Include <sys/linker.h> for kldload().

Approved by:	das (mentor)
This commit is contained in:
Stefan Farfeleder 2004-05-24 13:39:06 +00:00
parent ede09ff6de
commit 165cadf9d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129660

View File

@ -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>