summaryrefslogtreecommitdiffstats
path: root/src/property_list_service.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2011-09-08 16:41:49 +0200
committerGravatar Martin Szulecki2012-03-18 20:40:54 +0100
commite8e41ff405522f52a07deb9ea4482fcadf0d6e95 (patch)
tree4b0677cd656b60a191df41971281caef6267f039 /src/property_list_service.c
parentdcb85727c3649c254c985d840aa2efb36f727872 (diff)
downloadlibimobiledevice-e8e41ff405522f52a07deb9ea4482fcadf0d6e95.tar.gz
libimobiledevice-e8e41ff405522f52a07deb9ea4482fcadf0d6e95.tar.bz2
Include config.h if HAVE_CONFIG_H
Diffstat (limited to 'src/property_list_service.c')
-rw-r--r--src/property_list_service.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/property_list_service.c b/src/property_list_service.c
index 47b119f..0df04c7 100644
--- a/src/property_list_service.c
+++ b/src/property_list_service.c
@@ -18,6 +18,9 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdlib.h>
#include <string.h>