diff options
Diffstat (limited to 'lib/util/xfile.h')
-rw-r--r-- | lib/util/xfile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/util/xfile.h b/lib/util/xfile.h index 1b15929997..f52596dc8a 100644 --- a/lib/util/xfile.h +++ b/lib/util/xfile.h @@ -19,6 +19,12 @@ #ifndef _XFILE_H_ #define _XFILE_H_ + +#include <stdarg.h> +#include <stddef.h> +#include <sys/stat.h> +#include "attr.h" + /* see xfile.c for explanations */ |