Mesa (master): mesa: Include missing headers in nvprogram.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 31 06:31:17 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 30 23:30:38 2010 -0700

mesa: Include missing headers in nvprogram.h.

---

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

diff --git a/src/mesa/main/nvprogram.h b/src/mesa/main/nvprogram.h
index 8ee5966..260a25b 100644
--- a/src/mesa/main/nvprogram.h
+++ b/src/mesa/main/nvprogram.h
@@ -29,6 +29,8 @@
 #ifndef NVPROGRAM_H
 #define NVPROGRAM_H
 
+#include "glheader.h"
+#include "mtypes.h"
 
 extern void GLAPIENTRY
 _mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params);




More information about the mesa-commit mailing list