From 836c7ec096ebff089482f1e5a25fa55df28b14ea Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 14 Jun 2019 22:38:10 +0530 Subject: 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 --- api/src/glfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'api') 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 #include "rpc-clnt.h" #include +#include #include "gfapi-messages.h" #include "glfs.h" -- cgit