diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/restart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/restart.h b/src/mesa/main/restart.h index 931cd701281..25f58f24c35 100644 --- a/src/mesa/main/restart.h +++ b/src/mesa/main/restart.h @@ -28,6 +28,7 @@ #ifndef RESTART_H #define RESTART_H +#include "glheader.h" extern void GLAPIENTRY _mesa_PrimitiveRestart(void); |