diff options
author | James Broadhead <jamesbroadhead@gmail.com> | 2012-02-29 16:52:55 +0000 |
---|---|---|
committer | James Broadhead <jamesbroadhead@gmail.com> | 2012-02-29 16:52:55 +0000 |
commit | a86600c039ef5301094919edb33235b40313e023 (patch) | |
tree | 877ed9c27cd27b7a696fe0568d591239d9e54eba /app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch | |
parent | Removed TODO re -nosql patch (diff) | |
download | jamesbroadhead-a86600c039ef5301094919edb33235b40313e023.tar.gz jamesbroadhead-a86600c039ef5301094919edb33235b40313e023.tar.bz2 jamesbroadhead-a86600c039ef5301094919edb33235b40313e023.zip |
Added -9999 versions of ipod tools
Diffstat (limited to 'app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch')
-rw-r--r-- | app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch b/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch new file mode 100644 index 0000000..b7c8be7 --- /dev/null +++ b/app-pda/ideviceinstaller/files/ideviceinstaller-1.0.0-libgen_h.patch @@ -0,0 +1,20 @@ +From ecb942b024de4038ff98cbaa3ca2e209b1da290c Mon Sep 17 00:00:00 2001 +From: Martin Szulecki +Date: Sat, 26 Mar 2011 10:19:04 +0000 +Subject: 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> +-- +cgit v0.8.3.1-34-gbf3d |