Module: Mesa Branch: master Commit: 84ec422232af870f9b9291d72585af27eaeb29db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84ec422232af870f9b9291d72585af27eaeb29db
Author: Vinson Lee <[email protected]> Date: Sat Aug 14 16:27:42 2010 -0700 glsl: Include missing header in slang_log.h. Include glheader.h for GLboolean symbol. --- src/mesa/slang/slang_log.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/mesa/slang/slang_log.h b/src/mesa/slang/slang_log.h index dcaba02..544a266 100644 --- a/src/mesa/slang/slang_log.h +++ b/src/mesa/slang/slang_log.h @@ -27,6 +27,8 @@ #define SLANG_LOG_H +#include "main/glheader.h" + typedef struct slang_info_log_ { char *text; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
