diff options
author | Vinson Lee <[email protected]> | 2010-07-31 16:10:14 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 16:10:14 -0700 |
commit | da93fba85d4b213cdbce22f1d81a523d402bfec8 (patch) | |
tree | ae7ac97d32707cb93e5f178fbb67ada64977eac3 /src | |
parent | e4ad42d421d1b70fcab21dda19d470ae0f0e8b0d (diff) |
mesa: Include missing header in restart.h.
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); |