From 40fac75370507924b013908ecaa5fb37e8501dba Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Wed, 16 Jan 2002 01:03:25 +0000 Subject: get tests working on windows (Robert Bergkvist) --- progs/tests/dinoshade.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'progs/tests/dinoshade.c') diff --git a/progs/tests/dinoshade.c b/progs/tests/dinoshade.c index 33fb45d36ed..e3086bb3f0b 100644 --- a/progs/tests/dinoshade.c +++ b/progs/tests/dinoshade.c @@ -38,6 +38,10 @@ #include #include #include /* for cos(), sin(), and sqrt() */ +#ifdef _WIN32 +#include +#endif +#define GL_GLEXT_LEGACY #include /* OpenGL Utility Toolkit header */ /* Some files do not define M_PI... */ -- cgit v1.2.3