From 882313035cddd08a531424d1d0059fa9795d77d9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 18 Oct 2015 18:44:15 +0200 Subject: added a missing fcntl.h include --- pgfuse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pgfuse.c b/pgfuse.c index b3b239b..80209ad 100644 --- a/pgfuse.c +++ b/pgfuse.c @@ -31,6 +31,7 @@ #include /* for iterating mount entries */ #include /* for statfs */ #include +#include /* for O_NOFOLLOW, etc */ #include /* for user-land filesystem */ #include /* fuse command line parser */ -- cgit v1.2.3-54-g00ecf