diff options
author | Brian Paul <[email protected]> | 2015-03-03 17:15:05 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-04 08:33:48 -0700 |
commit | 8aa9191878a5608fc6e4e8c72bea1d25cd821dec (patch) | |
tree | a94f55090881e4fb312acea74c03e37966b5c79b /src/mapi/glapi/glapi.h | |
parent | 4ab713423ffbdb885910f0c0efcabb594e55d227 (diff) |
mapi: remove u_compiler.h
Just include c99_compat.h or util/macros.h where needed.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mapi/glapi/glapi.h')
-rw-r--r-- | src/mapi/glapi/glapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/glapi.h b/src/mapi/glapi/glapi.h index e2fa9252f7a..e3f76b47c1c 100644 --- a/src/mapi/glapi/glapi.h +++ b/src/mapi/glapi/glapi.h @@ -44,6 +44,7 @@ #ifndef _GLAPI_H #define _GLAPI_H +#include "util/macros.h" #include "u_thread.h" |