GNU/Hurd fixes
[mesa.git] / include / GL / internal / dri_interface.h
index bfa8a33b3c7c9988098862062ebf0f5e7040f84a..910c9166b5ef0757eb192a615c81ebf3c273fd38 100644 (file)
@@ -41,7 +41,7 @@
 #define DRI_INTERFACE_H
 
 /* For archs with no drm.h */
-#if !defined(__APPLE__) && !defined(__CYGWIN__)
+#if !defined(__APPLE__) && !defined(__CYGWIN__) && !defined(__GNU__)
 #include <drm.h>
 #else
 typedef unsigned int drm_context_t;