summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2')
-rw-r--r--libgphoto2/gphoto2-setting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/gphoto2-setting.c b/libgphoto2/gphoto2-setting.c
index cfe2438be..0a5b770b6 100644
--- a/libgphoto2/gphoto2-setting.c
+++ b/libgphoto2/gphoto2-setting.c
@@ -37,7 +37,7 @@
#ifdef WIN32
/* Win32 headers may use interface as a define; temporarily correct this */
#define interface struct
-#include <Shlobj.h>
+#include <shlobj.h>
#undef interface
#endif