diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-03-21 22:32:13 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-03-21 22:32:13 +0000 |
commit | 8e3ad87d01c102591c7dc25614f6ac10e444a1b1 (patch) | |
tree | c8dc18dfd1762cbd57bc1207f437c7d805e4b112 /GL/glx/glxcmds.c | |
parent | dcc43d57cbe9d2b65384fe9ba2e4e4fbb43cb0a1 (diff) |
#include indirect_dispatch to get prototypes for FBO functions.
Fix a couple of warnings.
Diffstat (limited to 'GL/glx/glxcmds.c')
-rw-r--r-- | GL/glx/glxcmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GL/glx/glxcmds.c b/GL/glx/glxcmds.c index ef4992446..3a3b43027 100644 --- a/GL/glx/glxcmds.c +++ b/GL/glx/glxcmds.c @@ -57,6 +57,7 @@ #include "glapi.h" #include "glthread.h" #include "dispatch.h" +#include "indirect_dispatch.h" #ifndef GLX_TEXTURE_TARGET_EXT #define GLX_TEXTURE_TARGET_EXT 0x6001 |