1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Include module.h

Submitted by: imura@ryu16.org
This commit is contained in:
Scott Long 2003-11-05 06:27:40 +00:00
parent cc2c948fb5
commit 0ab269e2c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122098

View File

@ -100,6 +100,7 @@ __END_DECLS
#else /* !_KERNEL */
#include <sys/kobj.h>
#include <sys/module.h> /* can't avoid that */
#include <sys/queue.h> /* can't avoid that */
#include <sys/sysctl.h> /* can't avoid that */