aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fosphor/cl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fosphor/cl.c')
-rw-r--r--lib/fosphor/cl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fosphor/cl.c b/lib/fosphor/cl.c
index b475396..67719d6 100644
--- a/lib/fosphor/cl.c
+++ b/lib/fosphor/cl.c
@@ -40,8 +40,8 @@
# include <OpenGL/OpenGL.h>
# include <OpenGL/gl.h>
#elif defined(_WIN32)
-# include <Windows.h>
-# include <Wingdi.h>
+# include <windows.h>
+# include <wingdi.h>
#else
# include <GL/glx.h>
#endif