mirror of
https://github.com/reactos/ccache.git
synced 2025-01-22 03:16:29 +00:00
Include stdarg.h to make Tru64 happy
This commit is contained in:
parent
6c5b4b7efc
commit
9f562b25f2
1
ccache.h
1
ccache.h
@ -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)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user