Add missing agp.h include file.

This commit is contained in:
mlelstv 2011-03-30 17:21:04 +00:00
parent d19079bc52
commit 4970268137
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
#include "radeon_drv.h"
#include "r300_reg.h"
#if defined(__NetBSD__)
#include "agp.h"
#endif
#define RADEON_FIFO_DEBUG 0
static int radeon_do_cleanup_cp(struct drm_device * dev);