summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/pbo.h')
-rw-r--r--src/mesa/main/pbo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/pbo.h b/src/mesa/main/pbo.h
index b3f24e62bd2..bc764175ff4 100644
--- a/src/mesa/main/pbo.h
+++ b/src/mesa/main/pbo.h
@@ -28,8 +28,10 @@
#define PBO_H
-#include "mtypes.h"
+#include "glheader.h"
+struct gl_context;
+struct gl_pixelstore_attrib;
extern GLboolean
_mesa_validate_pbo_access(GLuint dimensions,