aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_fusefs/mount_fusefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_fusefs/mount_fusefs.c')
-rw-r--r--sbin/mount_fusefs/mount_fusefs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/mount_fusefs/mount_fusefs.c b/sbin/mount_fusefs/mount_fusefs.c
index 59667c39db10..2d65494421ef 100644
--- a/sbin/mount_fusefs/mount_fusefs.c
+++ b/sbin/mount_fusefs/mount_fusefs.c
@@ -33,7 +33,6 @@
*
*/
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/uio.h>
@@ -50,11 +49,10 @@
#include <signal.h>
#include <getopt.h>
#include <limits.h>
+#include <mntopts.h>
#include <osreldate.h>
#include <paths.h>
-#include "mntopts.h"
-
#ifndef FUSE4BSD_VERSION
#define FUSE4BSD_VERSION "0.3.9-pre1"
#endif