From da93fba85d4b213cdbce22f1d81a523d402bfec8 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 31 Jul 2010 16:10:14 -0700 Subject: mesa: Include missing header in restart.h. --- src/mesa/main/restart.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/restart.h b/src/mesa/main/restart.h index 931cd70128..25f58f24c3 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); -- cgit v1.2.3