1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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

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