diff options
Diffstat (limited to 'tools/idevicescreenshot.c')
| -rw-r--r-- | tools/idevicescreenshot.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/idevicescreenshot.c b/tools/idevicescreenshot.c index bff502c..da229e2 100644 --- a/tools/idevicescreenshot.c +++ b/tools/idevicescreenshot.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> |
| @@ -147,5 +151,5 @@ void print_usage(int argc, char **argv) | |||
| 147 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); | 151 | printf(" -u, --udid UDID\ttarget specific device by its 40-digit device UDID\n"); |
| 148 | printf(" -h, --help\t\tprints usage information\n"); | 152 | printf(" -h, --help\t\tprints usage information\n"); |
| 149 | printf("\n"); | 153 | printf("\n"); |
| 150 | printf("Homepage: <http://libimobiledevice.org>\n"); | 154 | printf("Homepage: <" PACKAGE_URL ">\n"); |
| 151 | } | 155 | } |
