diff options
author | Keith Whitwell <[email protected]> | 2003-11-23 10:27:10 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-11-23 10:27:10 +0000 |
commit | 8525fae3b8276441883604a1ced32a46b85d5adf (patch) | |
tree | e7addee39248f4891d312a7414c34602e541ce22 /progs/tests/cva.c | |
parent | 67f8a1d4ad5c6f94067ef9a621b513fe8f708c72 (diff) |
build fixes, rh9
Diffstat (limited to 'progs/tests/cva.c')
-rw-r--r-- | progs/tests/cva.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/cva.c b/progs/tests/cva.c index eff35048f3c..b596a5a4d3e 100644 --- a/progs/tests/cva.c +++ b/progs/tests/cva.c @@ -1,4 +1,4 @@ -/* $Id: cva.c,v 1.5 2003/01/28 15:31:35 brianp Exp $ */ +/* $Id: cva.c,v 1.6 2003/11/23 10:27:10 keithw Exp $ */ /* * Trivial CVA test, good for testing driver fastpaths (especially @@ -11,6 +11,7 @@ #include <stdlib.h> #include <stdio.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 |