summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2011-05-19 17:49:05 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2011-06-04 18:05:25 +0100
commit6a6dd4cc9df558a63584d1841ed88345d7f6a774 (patch)
tree4b33cf9ebdb50f7a827d1df98bd1a4546b4cea9e
parentfde9ff1fff8047ccc9bb804c754d04a547ab3010 (diff)
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@dronecode.org.uk>
-rw-r--r--src/osdemos/osdemo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osdemos/osdemo.c b/src/osdemos/osdemo.c
index 71111f89..cd98ce42 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