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

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>