summaryrefslogtreecommitdiff
path: root/libgphoto2
diff options
context:
space:
mode:
authorJaroslav Škarvada <jskarvad@redhat.com>2021-08-05 23:13:01 +0200
committerHans Ulrich Niedermann <github@n-dimensional.de>2021-08-07 11:55:59 +0200
commit5c8c0538714b170ad83b2095dcf42838d663a3d3 (patch)
tree02d12a7786fba620540b54cb490532b64d929b71 /libgphoto2
parent6f21405a729be2e1bfb396f7434f156671f55b80 (diff)
downloadlibgphoto2-5c8c0538714b170ad83b2095dcf42838d663a3d3.tar.gz
Fixed build in mingw
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
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