Mesa (master): mesa: Include missing header in restart.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 31 23:10:30 UTC 2010


Module: Mesa
Branch: master
Commit: da93fba85d4b213cdbce22f1d81a523d402bfec8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=da93fba85d4b213cdbce22f1d81a523d402bfec8

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jul 31 16:10:14 2010 -0700

mesa: Include missing header in restart.h.

---

 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 931cd70..25f58f2 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);




More information about the mesa-commit mailing list