diff options
| author | 2011-09-08 16:41:49 +0200 | |
|---|---|---|
| committer | 2012-03-18 20:40:54 +0100 | |
| commit | e8e41ff405522f52a07deb9ea4482fcadf0d6e95 (patch) | |
| tree | 4b0677cd656b60a191df41971281caef6267f039 | |
| parent | dcb85727c3649c254c985d840aa2efb36f727872 (diff) | |
| download | libimobiledevice-e8e41ff405522f52a07deb9ea4482fcadf0d6e95.tar.gz libimobiledevice-e8e41ff405522f52a07deb9ea4482fcadf0d6e95.tar.bz2 | |
Include config.h if HAVE_CONFIG_H
| -rw-r--r-- | src/afc.c | 3 | ||||
| -rw-r--r-- | src/property_list_service.c | 3 |
2 files changed, 6 insertions, 0 deletions
| @@ -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 <stdio.h> | 25 | #include <stdio.h> |
| 23 | #include <stdlib.h> | 26 | #include <stdlib.h> |
| 24 | #include <unistd.h> | 27 | #include <unistd.h> |
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 @@ | |||
| 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 | #ifdef HAVE_CONFIG_H | ||
| 22 | #include <config.h> | ||
| 23 | #endif | ||
| 21 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| 22 | #include <string.h> | 25 | #include <string.h> |
| 23 | 26 | ||
