summaryrefslogtreecommitdiff
path: root/progs/demos/paltex.c
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-01-16 00:48:43 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-01-16 00:48:43 +0000
commit164ce1220232e03660633e16681737782c73059e (patch)
tree31ff2ee201ee8063f60e7adb5fabdf35683d5efc /progs/demos/paltex.c
parent83356781e104cea412da9bd6d1127b56e0d7a6c4 (diff)
Demo updates for Windows (Robert Bergkvist)
Diffstat (limited to 'progs/demos/paltex.c')
-rw-r--r--progs/demos/paltex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c
index aabb47bbc0..d37538bcf4 100644
--- a/progs/demos/paltex.c
+++ b/progs/demos/paltex.c
@@ -1,4 +1,4 @@
-/* $Id: paltex.c,v 1.6 2000/10/05 07:17:43 joukj Exp $ */
+/* $Id: paltex.c,v 1.7 2002/01/16 00:48:43 kschultz Exp $ */
/*
* Paletted texture demo. Written by Brian Paul.
@@ -9,6 +9,9 @@
#include <stdlib.h>
#include <math.h>
#include <string.h>
+#ifdef _WIN32
+#include <windows.h>
+#endif
#define GL_GLEXT_LEGACY
#include <GL/glut.h>