X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fdlopen.c;h=414cfad8e269ee178493bf74367c860a14245fcd;hb=06cd826fcba7bde168a85444a95de589ff5b6f2e;hp=94bec4a088769ca82932640fbd9a7c3c7a3ba9fc;hpb=37f21fce3bd323c361291215edeb7d8cf5f4335b;p=mesa.git 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().