diff options
author | Nikias Bassen | 2012-07-17 19:32:33 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-17 19:32:33 +0200 |
commit | 521850f062b8f8c5ac835f96bf1727901c255bda (patch) | |
tree | 53687208a094da94eef9994f59503e578efa9f6f | |
parent | 078bed76bfefdb19bf26eac6b9869e5ab79afb05 (diff) | |
download | idevicerestore-521850f062b8f8c5ac835f96bf1727901c255bda.tar.gz idevicerestore-521850f062b8f8c5ac835f96bf1727901c255bda.tar.bz2 |
common: silence warning by adding missing include
-rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index 904687e..a2ff7b3 100644 --- a/src/common.c +++ b/src/common.c @@ -23,6 +23,7 @@ #include <stdlib.h> #include <string.h> #include <errno.h> +#include <libgen.h> #include "common.h" |