projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73658ff
)
mesa: include compiler.h, fixes cell build, remove Haiku special case
author
Brian Paul
<brianp@vmware.com>
Mon, 23 Feb 2009 20:02:56 +0000
(13:02 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 23 Feb 2009 20:02:56 +0000
(13:02 -0700)
src/mesa/main/dlopen.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlopen.c
b/src/mesa/main/dlopen.c
index 94bec4a088769ca82932640fbd9a7c3c7a3ba9fc..414cfad8e269ee178493bf74367c860a14245fcd 100644
(file)
--- 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 <windows.h>
#endif
-#if defined(__HAIKU__)
-/* for NULL */
-#include <stdio.h>
-#endif
+
/**
* Wrapper for dlopen().