mesa: Add missing headers to viewport.h.

This commit is contained in:
Vinson Lee
2010-07-29 22:57:54 -07:00
parent 86abec0294
commit 3ef2a490d2
+2
View File
@@ -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);