summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/syscall.c')
-rw-r--r--libglusterfs/src/syscall.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/syscall.c b/libglusterfs/src/syscall.c
index d412b4d656d..7e7db9318f9 100644
--- a/libglusterfs/src/syscall.c
+++ b/libglusterfs/src/syscall.c
@@ -8,14 +8,16 @@
cases as published by the Free Software Foundation.
*/
-#include "compat.h"
#include "syscall.h"
+#include "compat.h"
+#include "mem-pool.h"
#include <sys/types.h>
#include <utime.h>
#include <sys/time.h>
#include <fcntl.h>
#include <unistd.h>
+#include <stdarg.h>
int
sys_lstat (const char *path, struct stat *buf)