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:
parent
ef1755be43
commit
7ed2353605
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue