mesa: Include missing header in restart.h.
authorVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 23:10:14 +0000 (16:10 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 23:10:14 +0000 (16:10 -0700)
src/mesa/main/restart.h

index 931cd70..25f58f2 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef RESTART_H
 #define RESTART_H
 
+#include "glheader.h"
 
 extern void GLAPIENTRY
 _mesa_PrimitiveRestart(void);