Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm/dist/shared-core Add missing agp.h incl...



details:   https://anonhg.NetBSD.org/src/rev/da86dcc55b48
branches:  trunk
changeset: 763677:da86dcc55b48
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Wed Mar 30 17:21:04 2011 +0000

description:
Add missing agp.h include file.

diffstat:

 sys/external/bsd/drm/dist/shared-core/radeon_cp.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 6da6023625e5 -r da86dcc55b48 sys/external/bsd/drm/dist/shared-core/radeon_cp.c
--- a/sys/external/bsd/drm/dist/shared-core/radeon_cp.c Wed Mar 30 17:03:02 2011 +0000
+++ b/sys/external/bsd/drm/dist/shared-core/radeon_cp.c Wed Mar 30 17:21:04 2011 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index