summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdosfs/mount_msdosfs.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-10-22 20:11:42 +0000
committertrhodes <trhodes@FreeBSD.org>2003-10-22 20:11:42 +0000
commit9f1cde615a56a21cb455f5efd1c26bc677cbfd1e (patch)
treeabad4ff8d323e0a8923ffbd7573e1d152b84d24d /sbin/mount_msdosfs/mount_msdosfs.c
parentea8fde8275138012a6441f05a35f153871769c62 (diff)
downloadFreeBSD-src-9f1cde615a56a21cb455f5efd1c26bc677cbfd1e.zip
FreeBSD-src-9f1cde615a56a21cb455f5efd1c26bc677cbfd1e.tar.gz
Make WARNS=2 build without error.
Diffstat (limited to 'sbin/mount_msdosfs/mount_msdosfs.c')
-rw-r--r--sbin/mount_msdosfs/mount_msdosfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_msdosfs/mount_msdosfs.c b/sbin/mount_msdosfs/mount_msdosfs.c
index 99a9b3b..c032dd9 100644
--- a/sbin/mount_msdosfs/mount_msdosfs.c
+++ b/sbin/mount_msdosfs/mount_msdosfs.c
@@ -40,6 +40,7 @@ static const char rcsid[] =
#include <sys/stat.h>
#include <sys/module.h>
#include <sys/iconv.h>
+#include <sys/linker.h>
#include <fs/msdosfs/msdosfsmount.h>
@@ -55,7 +56,6 @@ static const char rcsid[] =
#include <string.h>
#include <sysexits.h>
#include <unistd.h>
-
#include "mntopts.h"
#define TRANSITION_PERIOD_HACK
OpenPOWER on IntegriCloud