diff options
| author | 2011-03-26 11:19:04 +0100 | |
|---|---|---|
| committer | 2011-03-26 11:19:04 +0100 | |
| commit | ecb942b024de4038ff98cbaa3ca2e209b1da290c (patch) | |
| tree | 332b168e3d013292f27fcd16c8d0281c3add0fd8 /src | |
| parent | aca49fcd0bb1b427ebeadafb34e49302b8cce970 (diff) | |
| download | ideviceinstaller-ecb942b024de4038ff98cbaa3ca2e209b1da290c.tar.gz ideviceinstaller-ecb942b024de4038ff98cbaa3ca2e209b1da290c.tar.bz2 | |
Add missing libgen.h include to make compilers happy
Diffstat (limited to 'src')
| -rw-r--r-- | src/ideviceinstaller.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index d8c68ba..365da0b 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | #include <getopt.h> | 31 | #include <getopt.h> |
| 32 | #include <errno.h> | 32 | #include <errno.h> |
| 33 | #include <time.h> | 33 | #include <time.h> |
| 34 | #include <libgen.h> | ||
| 34 | 35 | ||
| 35 | #include <libimobiledevice/libimobiledevice.h> | 36 | #include <libimobiledevice/libimobiledevice.h> |
| 36 | #include <libimobiledevice/lockdown.h> | 37 | #include <libimobiledevice/lockdown.h> |
