On Linux no access to pre iso C varargs.h
This commit is contained in:
parent
ef1755be43
commit
7ed2353605
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue