Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not present

when libcam is building this in userland.
This commit is contained in:
peter 2000-08-24 19:23:09 +00:00
parent fbcbe352b1
commit 443d13bad7

View File

@ -39,7 +39,9 @@
#include <sys/bio.h>
#include <sys/malloc.h>
#include <sys/mtio.h>
#ifdef _KERNEL
#include <sys/conf.h>
#endif
#include <sys/devicestat.h>
#include <machine/limits.h>