summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-31 16:10:14 -0700
committerVinson Lee <vlee@vmware.com>2010-07-31 16:10:14 -0700
commitda93fba85d4b213cdbce22f1d81a523d402bfec8 (patch)
treeae7ac97d32707cb93e5f178fbb67ada64977eac3
parente4ad42d421d1b70fcab21dda19d470ae0f0e8b0d (diff)
mesa: Include missing header in restart.h.
-rw-r--r--src/mesa/main/restart.h1
1 files changed, 1 insertions, 0 deletions
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);