diff options
author | Jeremy Huddleston <[email protected]> | 2008-08-08 02:37:14 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2008-08-08 02:37:14 -0700 |
commit | ec770150edff9a5955f52e538adc4bac94c92cad (patch) | |
tree | b5b9133c7893eb690636194ed5eae27b3bd6d04a /src/glx/x11/glxclient.h | |
parent | 01ac4540f04d47b64aeead8984c92e39b436b5f9 (diff) |
glx/x11: Fix missing __GL_EXT_BYTES declaration
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r-- | src/glx/x11/glxclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index b0a5d1315ac..8143289ecc8 100644 --- a/src/glx/x11/glxclient.h +++ b/src/glx/x11/glxclient.h @@ -66,6 +66,8 @@ # include <pthread.h> #endif +#include "glxextensions.h" + #define GLX_MAJOR_VERSION 1 /* current version numbers */ #define GLX_MINOR_VERSION 4 |