diff options
author | Matt Colyer | 2008-08-04 23:41:56 -0700 |
---|---|---|
committer | Matt Colyer | 2008-08-04 23:41:56 -0700 |
commit | 62bcedced863a9c4ecc3601638635dfe172a9130 (patch) | |
tree | 9937b4f6fbb848c1854e0add40f7ee86bba10d88 /src/userpref.c | |
parent | 294f6080e7c26cb390093eead11c8e0757e00fe2 (diff) | |
download | libimobiledevice-62bcedced863a9c4ecc3601638635dfe172a9130.tar.gz libimobiledevice-62bcedced863a9c4ecc3601638635dfe172a9130.tar.bz2 |
Zack's C. rewrite of usbmux (with a few additions by Matt Colyer).
Diffstat (limited to 'src/userpref.c')
-rw-r--r-- | src/userpref.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userpref.c b/src/userpref.c index 366016c..27aded5 100644 --- a/src/userpref.c +++ b/src/userpref.c @@ -20,6 +20,8 @@ */ #include <glib.h> +#include <stdio.h> +#include <string.h> #include "userpref.h" #define LIBIPHONE_CONF_DIR "libiphone" |