summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-03-04 22:51:20 +0100
committerGravatar Martin Szulecki2014-03-04 22:51:20 +0100
commit88dd6bcf377a367dd01d1a61abad56df70a44eb6 (patch)
treebb32765229bb899de2099b3ca2241fc6195d96aa /common
parent440fdebcd2cdbc10e14ed08d38f9910c15bdac6b (diff)
downloadlibimobiledevice-88dd6bcf377a367dd01d1a61abad56df70a44eb6.tar.gz
libimobiledevice-88dd6bcf377a367dd01d1a61abad56df70a44eb6.tar.bz2
common: Include config.h for proper handling of HAVE_STPCPY define
Diffstat (limited to 'common')
-rw-r--r--common/utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/utils.h b/common/utils.h
index 8394272..0e78b3c 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -22,6 +22,10 @@
22#ifndef __UTILS_H 22#ifndef __UTILS_H
23#define __UTILS_H 23#define __UTILS_H
24 24
25#ifdef HAVE_CONFIG_H
26#include <config.h>
27#endif
28
25#ifdef WIN32 29#ifdef WIN32
26#include <windows.h> 30#include <windows.h>
27#endif 31#endif