aboutsummaryrefslogtreecommitdiffstats
path: root/util/fusermount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/fusermount.c')
-rw-r--r--util/fusermount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index 3f13e42..ebc0689 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -8,9 +8,9 @@
/* This program does the mounting and unmounting of FUSE filesystems */
#define _GNU_SOURCE /* for clone */
-#include <config.h>
-
+#include "config.h"
#include "mount_util.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>