summaryrefslogtreecommitdiffstats
path: root/tools/idevicedate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicedate.c')
-rw-r--r--tools/idevicedate.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idevicedate.c b/tools/idevicedate.c
index f6bed7a..97243bb 100644
--- a/tools/idevicedate.c
+++ b/tools/idevicedate.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 <stdlib.h> 27#include <stdlib.h>
24#include <string.h> 28#include <string.h>
@@ -51,7 +55,7 @@ static void print_usage(int argc, char **argv)
51 printf(" -c, --sync\t\tset time of device to current system time\n"); 55 printf(" -c, --sync\t\tset time of device to current system time\n");
52 printf(" -h, --help\t\tprints usage information\n"); 56 printf(" -h, --help\t\tprints usage information\n");
53 printf("\n"); 57 printf("\n");
54 printf("Homepage: <http://libimobiledevice.org>\n"); 58 printf("Homepage: <" PACKAGE_URL ">\n");
55} 59}
56 60
57int main(int argc, char *argv[]) 61int main(int argc, char *argv[])