Demos (master): Fix compilation of osdemo.c after commit 5d5dc0e

Jon TURNEY jturney at kemper.freedesktop.org
Sat Jun 4 17:04:10 UTC 2011


Module: Demos
Branch: master
Commit: 6a6dd4cc9df558a63584d1841ed88345d7f6a774
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=6a6dd4cc9df558a63584d1841ed88345d7f6a774

Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Thu May 19 17:49:05 2011 +0100

Fix compilation of osdemo.c after commit 5d5dc0e

Fix compilation of osdemo.c after commit 5d5dc0e "Mac OS X portability fixes."

ostest1.c also now needs some kind of attention, as it now no longer includes
glu.h but refers to symbols defined there, but it is not built by the makefile.

Found by tinderbox, see [1]

[1] http://tinderbox.freedesktop.org/builds/2011-05-13-0004/logs/mesa-demos/#build

Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

---

 src/osdemos/osdemo.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/osdemos/osdemo.c b/src/osdemos/osdemo.c
index 71111f8..cd98ce4 100644
--- a/src/osdemos/osdemo.c
+++ b/src/osdemos/osdemo.c
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include "GL/osmesa.h"
+#include "gl_wrap.h"
 
 
 #define SAVE_TARGA




More information about the mesa-commit mailing list