summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar BALATON Zoltan2016-07-12 23:17:36 +0200
committerGravatar BALATON Zoltan2017-02-07 18:06:41 +0100
commit00a9e576ebf0dec261c67644d6c7eba7ea9afd23 (patch)
tree4c39abea9578d5f80f48682e7badef72a137938f /src/idevicerestore.h
parentca630a24042209707862dbb9f94b125ae8e22502 (diff)
downloadidevicerestore-00a9e576ebf0dec261c67644d6c7eba7ea9afd23.tar.gz
idevicerestore-00a9e576ebf0dec261c67644d6c7eba7ea9afd23.tar.bz2
Added missing includes to fix build error
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r--src/idevicerestore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h
index a8d03ca..54009a7 100644
--- a/src/idevicerestore.h
+++ b/src/idevicerestore.h
@@ -28,6 +28,7 @@
extern "C" {
#endif
+#include <stdio.h>
#include <stdint.h>
#include <plist/plist.h>