Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
[mesa.git] / src / mesa / main / dlopen.c
index 94bec4a088769ca82932640fbd9a7c3c7a3ba9fc..414cfad8e269ee178493bf74367c860a14245fcd 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 
+#include "compiler.h"
 #include "dlopen.h"
 
 #if defined(_GNU_SOURCE) && !defined(__MINGW32__)
 #if defined(_WIN32)
 #include <windows.h>
 #endif
-#if defined(__HAIKU__)
-/* for NULL */
-#include <stdio.h>
-#endif
+
 
 /**
  * Wrapper for dlopen().