Fix build of "radeondrm" kernel module.

This commit is contained in:
tron 2011-03-30 19:59:04 +00:00
parent df716f4a65
commit 987385a05b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include "radeon_drv.h"
#include "r300_reg.h"
#if defined(__NetBSD__)
#if defined(__NetBSD__) && defined(_KERNEL_OPT)
#include "agp.h"
#endif