diff options
| author | 2020-01-05 02:36:37 +0100 | |
|---|---|---|
| committer | 2020-01-05 02:36:37 +0100 | |
| commit | 49d2c6d8051c84ec0ba6db1943a1b7369a0f2741 (patch) | |
| tree | c87be9576eefe5b936f4caa8fd5f0338fd1ad4a1 /src/screenshotr.c | |
| parent | 90f7ca00cd5e19cc6fa72658a664b04fa925f373 (diff) | |
| download | libimobiledevice-49d2c6d8051c84ec0ba6db1943a1b7369a0f2741.tar.gz libimobiledevice-49d2c6d8051c84ec0ba6db1943a1b7369a0f2741.tar.bz2 | |
Make sure all source files include config.h
Diffstat (limited to 'src/screenshotr.c')
| -rw-r--r-- | src/screenshotr.c | 3 |
1 files changed, 3 insertions, 0 deletions
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> |
