commit | ecb942b024de4038ff98cbaa3ca2e209b1da290c | [log] [tgz] |
---|---|---|
author | Martin Szulecki <opensuse@sukimashita.com> | Sat Mar 26 11:19:04 2011 +0100 |
committer | Martin Szulecki <opensuse@sukimashita.com> | Sat Mar 26 11:19:04 2011 +0100 |
tree | 332b168e3d013292f27fcd16c8d0281c3add0fd8 | |
parent | aca49fcd0bb1b427ebeadafb34e49302b8cce970 [diff] |
Add missing libgen.h include to make compilers happy
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 @@ #include <getopt.h> #include <errno.h> #include <time.h> +#include <libgen.h> #include <libimobiledevice/libimobiledevice.h> #include <libimobiledevice/lockdown.h>