mesa: include compiler.h, fixes cell build, remove Haiku special case

This commit is contained in:
Brian Paul 2009-02-23 13:02:56 -07:00
parent 73658ff04f
commit 4fc7cde770

View file

@ -28,6 +28,7 @@
*/
#include "compiler.h"
#include "dlopen.h"
#if defined(_GNU_SOURCE) && !defined(__MINGW32__)
@ -36,10 +37,7 @@
#if defined(_WIN32)
#include <windows.h>
#endif
#if defined(__HAIKU__)
/* for NULL */
#include <stdio.h>
#endif
/**
* Wrapper for dlopen().