diff options
| author | 2014-03-04 22:51:20 +0100 | |
|---|---|---|
| committer | 2014-03-04 22:51:20 +0100 | |
| commit | 88dd6bcf377a367dd01d1a61abad56df70a44eb6 (patch) | |
| tree | bb32765229bb899de2099b3ca2241fc6195d96aa /common | |
| parent | 440fdebcd2cdbc10e14ed08d38f9910c15bdac6b (diff) | |
| download | libimobiledevice-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.h | 4 |
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 |
