summaryrefslogtreecommitdiff
path: root/progs/tests/multipal.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/multipal.c')
-rw-r--r--progs/tests/multipal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/multipal.c b/progs/tests/multipal.c
index a2efab874a..9ac5bdf8df 100644
--- a/progs/tests/multipal.c
+++ b/progs/tests/multipal.c
@@ -1,4 +1,4 @@
-/* $Id: multipal.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */
+/* $Id: multipal.c,v 1.5 2003/11/23 10:27:10 keithw Exp $ */
/*
* Test multitexture and paletted textures.
@@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <malloc.h> /* for ptrdiff_t, referenced by GL.h when GL_GLEXT_LEGACY defined */
#ifdef _WIN32
#include <windows.h>
#endif