summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pgfuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgfuse.c b/pgfuse.c
index 80209ad..faf2e6f 100644
--- a/pgfuse.c
+++ b/pgfuse.c
@@ -31,7 +31,7 @@
#include <mntent.h> /* for iterating mount entries */
#include <sys/vfs.h> /* for statfs */
#include <limits.h>
-#include <fcntl,h> /* for O_NOFOLLOW, etc */
+#include <fcntl.h> /* for O_NOFOLLOW, etc */
#include <fuse.h> /* for user-land filesystem */
#include <fuse_opt.h> /* fuse command line parser */