summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-24 13:39:06 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-24 13:39:06 +0000
commitf88a9f423c4da9c7d201b35b8023d9991a485342 (patch)
tree2abbc7de198b5102b41ea756e7fe857cea3979c8 /sbin/mount_ntfs
parent7983c5d70f9db3d88b7514164f95e84de5ee7e0d (diff)
downloadFreeBSD-src-f88a9f423c4da9c7d201b35b8023d9991a485342.zip
FreeBSD-src-f88a9f423c4da9c7d201b35b8023d9991a485342.tar.gz
Include <sys/linker.h> for kldload().
Approved by: das (mentor)
Diffstat (limited to 'sbin/mount_ntfs')
-rw-r--r--sbin/mount_ntfs/mount_ntfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_ntfs/mount_ntfs.c b/sbin/mount_ntfs/mount_ntfs.c
index 5cabb09..3bd6528 100644
--- a/sbin/mount_ntfs/mount_ntfs.c
+++ b/sbin/mount_ntfs/mount_ntfs.c
@@ -39,6 +39,7 @@
#include <sys/stat.h>
#include <sys/module.h>
#include <sys/iconv.h>
+#include <sys/linker.h>
#include <fs/ntfs/ntfsmount.h>
#include <ctype.h>
#include <err.h>
OpenPOWER on IntegriCloud