add comment about why we include opt_global.h

This commit is contained in:
Warner Losh 2006-08-15 18:11:25 +00:00
parent 90bdcf6bdc
commit 751a10df01

View File

@ -36,6 +36,10 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
/*
* Since we are compiled outside of the normal kernel build process, we
* need to include opt_global.h manually.
*/
#include "opt_global.h"
#include "opt_kernname.h"