diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/device_link_service.c | 4 | ||||
| -rw-r--r-- | src/diagnostics_relay.c | 4 | ||||
| -rw-r--r-- | src/file_relay.c | 4 | ||||
| -rw-r--r-- | src/house_arrest.c | 3 | ||||
| -rw-r--r-- | src/misagent.c | 3 | ||||
| -rw-r--r-- | src/mobile_image_mounter.c | 3 | ||||
| -rw-r--r-- | src/mobileactivation.c | 4 | ||||
| -rw-r--r-- | src/mobilebackup.c | 3 | ||||
| -rw-r--r-- | src/mobilebackup2.c | 3 | ||||
| -rw-r--r-- | src/mobilesync.c | 4 | ||||
| -rw-r--r-- | src/notification_proxy.c | 3 | ||||
| -rw-r--r-- | src/restore.c | 3 | ||||
| -rw-r--r-- | src/sbservices.c | 3 | ||||
| -rw-r--r-- | src/screenshotr.c | 3 |
14 files changed, 46 insertions, 1 deletions
diff --git a/src/device_link_service.c b/src/device_link_service.c index 856d301..6daf84d 100644 --- a/src/device_link_service.c +++ b/src/device_link_service.c | |||
| @@ -18,6 +18,10 @@ | |||
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | |||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 21 | #include <string.h> | 25 | #include <string.h> |
| 22 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 23 | #include "device_link_service.h" | 27 | #include "device_link_service.h" |
diff --git a/src/diagnostics_relay.c b/src/diagnostics_relay.c index 3ac6058..0e864c7 100644 --- a/src/diagnostics_relay.c +++ b/src/diagnostics_relay.c | |||
| @@ -18,6 +18,10 @@ | |||
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | |||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 21 | #include <string.h> | 25 | #include <string.h> |
| 22 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 23 | #include "diagnostics_relay.h" | 27 | #include "diagnostics_relay.h" |
diff --git a/src/file_relay.c b/src/file_relay.c index 455855b..e304d31 100644 --- a/src/file_relay.c +++ b/src/file_relay.c | |||
| @@ -18,6 +18,10 @@ | |||
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | |||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 21 | #include <string.h> | 25 | #include <string.h> |
| 22 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 23 | #include "file_relay.h" | 27 | #include "file_relay.h" |
diff --git a/src/house_arrest.c b/src/house_arrest.c index 135fc01..ac92130 100644 --- a/src/house_arrest.c +++ b/src/house_arrest.c | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 22 | #include <string.h> | 25 | #include <string.h> |
| 23 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 27 | #include <unistd.h> |
diff --git a/src/misagent.c b/src/misagent.c index 91b8acb..d790a05 100644 --- a/src/misagent.c +++ b/src/misagent.c | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 22 | #include <string.h> | 25 | #include <string.h> |
| 23 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 27 | #include <unistd.h> |
diff --git a/src/mobile_image_mounter.c b/src/mobile_image_mounter.c index bbebbb4..9ccfd85 100644 --- a/src/mobile_image_mounter.c +++ b/src/mobile_image_mounter.c | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 22 | #include <string.h> | 25 | #include <string.h> |
| 23 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 27 | #include <unistd.h> |
diff --git a/src/mobileactivation.c b/src/mobileactivation.c index 010484e..ea891b7 100644 --- a/src/mobileactivation.c +++ b/src/mobileactivation.c | |||
| @@ -18,6 +18,10 @@ | |||
| 18 | * License along with this library; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | |||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 21 | #include <string.h> | 25 | #include <string.h> |
| 22 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 23 | #include "mobileactivation.h" | 27 | #include "mobileactivation.h" |
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 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | ||
| 24 | #include <config.h> | ||
| 25 | #endif | ||
| 23 | #include <plist/plist.h> | 26 | #include <plist/plist.h> |
| 24 | #include <string.h> | 27 | #include <string.h> |
| 25 | #include <stdlib.h> | 28 | #include <stdlib.h> |
diff --git a/src/mobilebackup2.c b/src/mobilebackup2.c index e7cc581..56b7058 100644 --- a/src/mobilebackup2.c +++ b/src/mobilebackup2.c | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 22 | #include <plist/plist.h> | 25 | #include <plist/plist.h> |
| 23 | #include <string.h> | 26 | #include <string.h> |
| 24 | #include <stdlib.h> | 27 | #include <stdlib.h> |
diff --git a/src/mobilesync.c b/src/mobilesync.c index b0efc80..163a41e 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c | |||
| @@ -20,9 +20,11 @@ | |||
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | ||
| 24 | #include <config.h> | ||
| 25 | #endif | ||
| 23 | #define _GNU_SOURCE 1 | 26 | #define _GNU_SOURCE 1 |
| 24 | #define __USE_GNU 1 | 27 | #define __USE_GNU 1 |
| 25 | |||
| 26 | #include <plist/plist.h> | 28 | #include <plist/plist.h> |
| 27 | #include <string.h> | 29 | #include <string.h> |
| 28 | #include <stdlib.h> | 30 | #include <stdlib.h> |
diff --git a/src/notification_proxy.c b/src/notification_proxy.c index eea01ca..e17e2fe 100644 --- a/src/notification_proxy.c +++ b/src/notification_proxy.c | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 22 | #include <string.h> | 25 | #include <string.h> |
| 23 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 27 | #include <unistd.h> |
diff --git a/src/restore.c b/src/restore.c index 0a13698..4e9d65a 100644 --- a/src/restore.c +++ b/src/restore.c | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 22 | #include <errno.h> | 25 | #include <errno.h> |
| 23 | #include <string.h> | 26 | #include <string.h> |
| 24 | #include <stdlib.h> | 27 | #include <stdlib.h> |
diff --git a/src/sbservices.c b/src/sbservices.c index 0591f4a..ccb7c4b 100644 --- a/src/sbservices.c +++ b/src/sbservices.c | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 22 | #include <string.h> | 25 | #include <string.h> |
| 23 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 27 | #include <unistd.h> |
diff --git a/src/screenshotr.c b/src/screenshotr.c index ddb9d6e..9e79b43 100644 --- a/src/screenshotr.c +++ b/src/screenshotr.c | |||
| @@ -19,6 +19,9 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_CONFIG_H | ||
| 23 | #include <config.h> | ||
| 24 | #endif | ||
| 22 | #include <plist/plist.h> | 25 | #include <plist/plist.h> |
| 23 | #include <string.h> | 26 | #include <string.h> |
| 24 | #include <stdlib.h> | 27 | #include <stdlib.h> |
