From f5a58178347878e0409b592330a07867bea02bef Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 20 Oct 2005 23:24:47 +0000 Subject: [PATCH] Make sure that the __gl*_size prototypes are seen in all the places that they need to be seen. --- GL/glx/singlesize.h | 2 ++ 1 file changed, 2 insertions(+) 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);