diff options
author | Vinson Lee <[email protected]> | 2010-07-29 22:57:54 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-29 22:57:54 -0700 |
commit | 3ef2a490d27f209bbe52c48af08531eac8022ea5 (patch) | |
tree | 00a26c7e534061b8279a23fe91df6e435d0baf4e /src/mesa/main/viewport.h | |
parent | 86abec0294db9a4765d35f6d849ebb9e84149a56 (diff) |
mesa: Add missing headers to viewport.h.
Diffstat (limited to 'src/mesa/main/viewport.h')
-rw-r--r-- | 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 f08fef27978..ec054a7c597 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); |