diff options
author | stefanf <stefanf@FreeBSD.org> | 2004-05-24 13:39:06 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2004-05-24 13:39:06 +0000 |
commit | f88a9f423c4da9c7d201b35b8023d9991a485342 (patch) | |
tree | 2abbc7de198b5102b41ea756e7fe857cea3979c8 /sbin/mount_ntfs | |
parent | 7983c5d70f9db3d88b7514164f95e84de5ee7e0d (diff) | |
download | FreeBSD-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.c | 1 |
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> |