diff options
author | George Sapountzis <[email protected]> | 2008-04-18 17:34:24 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2008-04-23 11:12:30 +0300 |
commit | 32a2a095f4d8e3be7fa2807cb436bd09e8eb5a75 (patch) | |
tree | 79a7f3b191cd6370d357a2da243edcf24068b59e /src/mesa/glapi/glapi.c | |
parent | b3efd35f4bdd62cf36b6f59be602fa8781db9b89 (diff) |
glcore: build from mesa
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r-- | src/mesa/glapi/glapi.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 47c57822732..36b09e68e50 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -50,6 +50,10 @@ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "glheader.h" #include "glapi.h" #include "glapioffsets.h" |