From 4fc7cde770a66ff5bcf817af33a7b0b2c04354d5 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 23 Feb 2009 13:02:56 -0700 Subject: mesa: include compiler.h, fixes cell build, remove Haiku special case --- src/mesa/main/dlopen.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/mesa/main/dlopen.c b/src/mesa/main/dlopen.c index 94bec4a088..414cfad8e2 100644 --- a/src/mesa/main/dlopen.c +++ b/src/mesa/main/dlopen.c @@ -28,6 +28,7 @@ */ +#include "compiler.h" #include "dlopen.h" #if defined(_GNU_SOURCE) && !defined(__MINGW32__) @@ -36,10 +37,7 @@ #if defined(_WIN32) #include #endif -#if defined(__HAIKU__) -/* for NULL */ -#include -#endif + /** * Wrapper for dlopen(). -- cgit v1.2.3