include opt_compat.h to unbreak the build

This commit is contained in:
ps 2005-10-24 00:00:00 +00:00
parent 2546866153
commit e35ed17897

View File

@ -29,6 +29,8 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
__FBSDID("$FreeBSD$"); __FBSDID("$FreeBSD$");
#include "opt_compat.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/exec.h> #include <sys/exec.h>
#include <sys/fcntl.h> #include <sys/fcntl.h>