Include stdarg.h to make Tru64 happy

This commit is contained in:
Joel Rosdahl 2010-02-26 22:34:56 +01:00
parent 6c5b4b7efc
commit 9f562b25f2

View File

@ -10,6 +10,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/file.h> #include <sys/file.h>
#include <unistd.h> #include <unistd.h>
#include <stdarg.h>
#ifdef __GNUC__ #ifdef __GNUC__
#define ATTR_FORMAT(x, y, z) __attribute__((format (x, y, z))) #define ATTR_FORMAT(x, y, z) __attribute__((format (x, y, z)))