nouveau: fix bo mapping issue
authorBen Skeggs <bskeggs@redhat.com>
Wed, 3 Jun 2009 22:59:53 +0000 (08:59 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 3 Jun 2009 23:01:32 +0000 (09:01 +1000)
libdrm/nouveau/nouveau_bo.c

index 8832a0d..55d0575 100644 (file)
@@ -20,6 +20,9 @@
  * SOFTWARE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdint.h>
 #include <stdlib.h>
 #include <errno.h>