diff options
Diffstat (limited to 'tools/idevicediagnostics.c')
| -rw-r--r-- | tools/idevicediagnostics.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idevicediagnostics.c b/tools/idevicediagnostics.c index 992bc0a..8b6569d 100644 --- a/tools/idevicediagnostics.c +++ b/tools/idevicediagnostics.c | |||
| @@ -19,6 +19,10 @@ | |||
| 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 | ||
| 25 | |||
| 22 | #include <stdio.h> | 26 | #include <stdio.h> |
| 23 | #include <string.h> | 27 | #include <string.h> |
| 24 | #include <stdlib.h> | 28 | #include <stdlib.h> |
| @@ -296,5 +300,5 @@ void print_usage(int argc, char **argv) | |||
| 296 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); | 300 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); |
| 297 | printf(" -h, --help\t\tprints usage information\n"); | 301 | printf(" -h, --help\t\tprints usage information\n"); |
| 298 | printf("\n"); | 302 | printf("\n"); |
| 299 | printf("Homepage: <http://libimobiledevice.org>\n"); | 303 | printf("Homepage: <" PACKAGE_URL ">\n"); |
| 300 | } | 304 | } |
