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/pixelstore.c | |
parent | 369404299c6e23ee0cc4b572c95e5533314064d7 (diff) |
Add missing includes of indirect.h.
Diffstat (limited to 'src/glx/x11/pixelstore.c')
-rw-r--r-- | src/glx/x11/pixelstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/pixelstore.c b/src/glx/x11/pixelstore.c index 61a282a3e2f..0727865f09e 100644 --- a/src/glx/x11/pixelstore.c +++ b/src/glx/x11/pixelstore.c @@ -35,6 +35,7 @@ */ #include "glxclient.h" +#include "indirect.h" /* ** Specify parameters that control the storage format of pixel arrays. |