diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-10-20 23:24:47 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-10-20 23:24:47 +0000 |
commit | f5a58178347878e0409b592330a07867bea02bef (patch) | |
tree | d9a3c7789aad968848857c1650c0a4d33cbb0338 /GL | |
parent | 279cf9f79da5778b6e14ecc437379d73e3bec5b0 (diff) |
Make sure that the __gl*_size prototypes are seen in all the places that
they need to be seen.
Diffstat (limited to 'GL')
-rw-r--r-- | GL/glx/singlesize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GL/glx/singlesize.h b/GL/glx/singlesize.h index bde62092c..4804a9982 100644 --- a/GL/glx/singlesize.h +++ b/GL/glx/singlesize.h @@ -41,6 +41,8 @@ ** */ +#include "indirect_size.h" + extern GLint __glReadPixels_size(GLenum format, GLenum type, GLint width, GLint height); extern GLint __glGetTexEnvfv_size(GLenum pname); |