From 8aa9191878a5608fc6e4e8c72bea1d25cd821dec Mon Sep 17 00:00:00 2001
From: Brian Paul <brianp@vmware.com>
Date: Tue, 3 Mar 2015 17:15:05 -0700
Subject: mapi: remove u_compiler.h

Just include c99_compat.h or util/macros.h where needed.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
---
 src/mapi/glapi/glapi.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/mapi/glapi/glapi.h')

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"
 
 
-- 
cgit v1.2.3