summaryrefslogtreecommitdiff
path: root/src/glx/x11/singlepix.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-04-14 20:35:33 +0000
committerIan Romanick <idr@us.ibm.com>2005-04-14 20:35:33 +0000
commitf434e07a6ac849cd127d70eee8b3349da7cfb360 (patch)
tree5ae4a7ad8ff554dfa485e88b8ec7e557ccf9f773 /src/glx/x11/singlepix.c
parent369404299c6e23ee0cc4b572c95e5533314064d7 (diff)
Add missing includes of indirect.h.
Diffstat (limited to 'src/glx/x11/singlepix.c')
-rw-r--r--src/glx/x11/singlepix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/singlepix.c b/src/glx/x11/singlepix.c
index a9afe62f5b..4a10083b8f 100644
--- a/src/glx/x11/singlepix.c
+++ b/src/glx/x11/singlepix.c
@@ -35,6 +35,7 @@
*/
#include "packsingle.h"
+#include "indirect.h"
void __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type,
GLvoid *row, GLvoid *column, GLvoid *span)