diff options
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 316a008ae30..aab7165c720 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -47,7 +47,7 @@ #define GLHEADER_H -#if defined(XFree86LOADER) && defined(IN_MODULE) +#if defined(XFree86LOADER) && defined(IN_MODULE) && !defined(NO_LIBCWRAPPER) #include "xf86_ansic.h" #else #include <assert.h> |