aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fosphor/cl_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fosphor/cl_compat.c')
-rw-r--r--lib/fosphor/cl_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fosphor/cl_compat.c b/lib/fosphor/cl_compat.c
index f312a9c..aefee3c 100644
--- a/lib/fosphor/cl_compat.c
+++ b/lib/fosphor/cl_compat.c
@@ -29,7 +29,7 @@
/* Include whatever is needed for dynamic symbol lookup */
#ifdef _WIN32
-# include <Windows.h>
+# include <windows.h>
#else
# define _GNU_SOURCE
# include <dlfcn.h>