summaryrefslogtreecommitdiff
path: root/util/fusermount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/fusermount.c')
-rw-r--r--util/fusermount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index ed62ea9..50989eb 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -8,7 +8,7 @@
/* This program does the mounting and unmounting of FUSE filesystems */
#define _GNU_SOURCE /* for clone */
-#include "config.h"
+#include "fuse_config.h"
#include "mount_util.h"
#include <stdio.h>