From: Brian Paul Date: Mon, 23 Feb 2009 20:02:56 +0000 (-0700) Subject: mesa: include compiler.h, fixes cell build, remove Haiku special case X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fc7cde770a66ff5bcf817af33a7b0b2c04354d5;p=mesa.git mesa: include compiler.h, fixes cell build, remove Haiku special case --- diff --git a/src/mesa/main/dlopen.c b/src/mesa/main/dlopen.c index 94bec4a0887..414cfad8e26 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().