summaryrefslogtreecommitdiffstats
path: root/api/src
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2019-06-14 22:38:10 +0530
committerAmar Tumballi <amarts@redhat.com>2019-06-14 22:38:12 +0530
commit836c7ec096ebff089482f1e5a25fa55df28b14ea (patch)
tree0cba1eb375fd79b78ec555d9b8f75d930468534e /api/src
parent0a6fe8551ac9807a8b6ad62241ec8048cf9f9025 (diff)
glfs: add syscall.h after header cleanup
in one of the recent patches, we cleaned-up the unneccesary header file includes. In the order of merging the patches, there cropped up an compile error. updates: bz#1193929 Change-Id: I2ad52aa918f9c698d5273bb293838de6dd50ac31 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'api/src')
-rw-r--r--api/src/glfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/glfs.c b/api/src/glfs.c
index b0db8664416..0771e074d67 100644
--- a/api/src/glfs.c
+++ b/api/src/glfs.c
@@ -45,6 +45,7 @@
#include <glusterfs/hashfn.h>
#include "rpc-clnt.h"
#include <glusterfs/statedump.h>
+#include <glusterfs/syscall.h>
#include "gfapi-messages.h"
#include "glfs.h"