Fix for GNU/kFreeBSD

This commit is contained in:
David Nusinow 2007-05-28 21:57:04 -04:00
parent 2267bf48b3
commit ba0b7d47ab

View File

@ -65,7 +65,7 @@ of the copyright holder.
#include <linux/agpgart.h>
#elif defined(__FreeBSD__)
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#include <sys/ioctl.h>
#include <sys/agpio.h>
#endif