summaryrefslogtreecommitdiffstats
path: root/src/mobilebackup.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-01-05 02:36:37 +0100
committerGravatar Nikias Bassen2020-01-05 02:36:37 +0100
commit49d2c6d8051c84ec0ba6db1943a1b7369a0f2741 (patch)
treec87be9576eefe5b936f4caa8fd5f0338fd1ad4a1 /src/mobilebackup.c
parent90f7ca00cd5e19cc6fa72658a664b04fa925f373 (diff)
downloadlibimobiledevice-49d2c6d8051c84ec0ba6db1943a1b7369a0f2741.tar.gz
libimobiledevice-49d2c6d8051c84ec0ba6db1943a1b7369a0f2741.tar.bz2
Make sure all source files include config.h
Diffstat (limited to 'src/mobilebackup.c')
-rw-r--r--src/mobilebackup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mobilebackup.c b/src/mobilebackup.c
index 2682a6f..cde96b5 100644
--- a/src/mobilebackup.c
+++ b/src/mobilebackup.c
@@ -20,6 +20,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <plist/plist.h>
#include <string.h>
#include <stdlib.h>