On Linux no access to pre iso C varargs.h

This commit is contained in:
Peter Howkins 2012-03-12 11:56:11 +00:00
parent ef1755be43
commit 7ed2353605
1 changed files with 4 additions and 0 deletions

View File

@ -57,7 +57,11 @@
# include <time.h>
# include <utime.h>
# include <pwd.h>
#if defined(linux)
# include <stdarg.h>
#else
# include <varargs.h>
#endif
#if defined (SYSV) || defined (SVR4)
#ifndef F_TLOCK