diff options
author | Ian Romanick <[email protected]> | 2005-04-14 20:35:33 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-04-14 20:35:33 +0000 |
commit | f434e07a6ac849cd127d70eee8b3349da7cfb360 (patch) | |
tree | 5ae4a7ad8ff554dfa485e88b8ec7e557ccf9f773 /src/glx/x11/singlepix.c | |
parent | 369404299c6e23ee0cc4b572c95e5533314064d7 (diff) |
Add missing includes of indirect.h.
Diffstat (limited to 'src/glx/x11/singlepix.c')
-rw-r--r-- | src/glx/x11/singlepix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/singlepix.c b/src/glx/x11/singlepix.c index a9afe62f5bd..4a10083b8fe 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) |