diff options
author | Dave Airlie <[email protected]> | 2007-05-26 15:58:56 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2007-05-26 15:58:56 +1000 |
commit | 9f39692e215bf4b61b8a9f52fade738743401d5a (patch) | |
tree | 4e0b1b1c57b17839e636004f3da8876678d8d448 /include | |
parent | e734369565c816dea47c3c8e2fde76fa09fd9e6c (diff) |
add glxtokens.h to xmesa_xf86.h as discussed on mailing list
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/xmesa_xf86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/xmesa_xf86.h b/include/GL/xmesa_xf86.h index 18908a133fa..4d69d4d930d 100644 --- a/include/GL/xmesa_xf86.h +++ b/include/GL/xmesa_xf86.h @@ -39,6 +39,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef _XMESA_XF86_H_ #define _XMESA_XF86_H_ +#include "GL/glxtokens.h" #include "scrnintstr.h" #include "pixmapstr.h" #include "gcstruct.h" |