summaryrefslogtreecommitdiff
path: root/progs/samples/blendxor.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/samples/blendxor.c')
-rw-r--r--progs/samples/blendxor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/samples/blendxor.c b/progs/samples/blendxor.c
index a46920d234..7d3285d049 100644
--- a/progs/samples/blendxor.c
+++ b/progs/samples/blendxor.c
@@ -10,6 +10,10 @@
#include <unistd.h>
#endif
#include <stdlib.h>
+#ifdef _WIN32
+#include <windows.h>
+#endif
+#define GL_GLEXT_LEGACY
#include <GL/glut.h>