mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mesa: include compiler.h, fixes cell build, remove Haiku special case
This commit is contained in:
parent
73658ff04f
commit
4fc7cde770
1 changed files with 2 additions and 4 deletions
|
|
@ -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().
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue