diff options
author | George Sapountzis <[email protected]> | 2010-02-25 17:52:04 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-02-25 17:52:04 +0200 |
commit | ec91810147425f4123ec80117109925e054cc66d (patch) | |
tree | 159ef1edbee94d52986b15528b1b50899cbbab9e /src/mesa/glapi/glapi_nop.c | |
parent | 8ae701cbc9fc8d2e0e710aea7ef3b0fa68dcec73 (diff) |
glapi: minor ugliness to be able to copy to xorg
Diffstat (limited to 'src/mesa/glapi/glapi_nop.c')
-rw-r--r-- | src/mesa/glapi/glapi_nop.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/glapi/glapi_nop.c b/src/mesa/glapi/glapi_nop.c index aa84b9a169e..b1a718a5f0a 100644 --- a/src/mesa/glapi/glapi_nop.c +++ b/src/mesa/glapi/glapi_nop.c @@ -38,8 +38,14 @@ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#include "glapi/mesa.h" +#else #include "main/compiler.h" #include "main/glheader.h" +#endif + #include "glapi/glapi.h" #ifdef DEBUG |