Mesa (master): mesa: Add missing headers to viewport.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 05:58:14 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jul 29 22:57:54 2010 -0700

mesa: Add missing headers to viewport.h.

---

 src/mesa/main/viewport.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/viewport.h b/src/mesa/main/viewport.h
index f08fef2..ec054a7 100644
--- a/src/mesa/main/viewport.h
+++ b/src/mesa/main/viewport.h
@@ -27,6 +27,8 @@
 #ifndef VIEWPORT_H
 #define VIEWPORT_H
 
+#include "glheader.h"
+#include "mtypes.h"
 
 extern void GLAPIENTRY
 _mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height);




More information about the mesa-commit mailing list