summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/syscall.c
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2016-04-18 19:24:41 +0200
committerNiels de Vos <ndevos@redhat.com>2016-04-25 01:18:42 -0700
commit30b66ef3750ece0fb56e673afaca7948d53511e1 (patch)
tree681a7d211d597223c0051251429a3330e84edd14 /libglusterfs/src/syscall.c
parent68034a3f92a779f8fe67525472f450d473769dd3 (diff)
build: reduce warnings when building the syscall compatibility layer
For whatever reason my Fedora 23 started to complain loudly when compiling syscall.c. Change-Id: I72d278d6dc9abb77018c2590c113552383b639d1 BUG: 1198849 Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/14034 Smoke: Gluster Build System <jenkins@build.gluster.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
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)