diff options
author | Christophe Fergeau | 2008-08-10 22:38:17 +0200 |
---|---|---|
committer | Matt Colyer | 2008-08-11 09:32:59 -0700 |
commit | 2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb (patch) | |
tree | 3d02c48c43bd1fce5759aa06daac22a12e1db761 /src/initconf.c | |
parent | 020d7c23b17956098379140f1f0047ae8e78df1b (diff) | |
download | libimobiledevice-2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb.tar.gz libimobiledevice-2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb.tar.bz2 |
Fix warnings about unused variables
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'src/initconf.c')
-rw-r--r-- | src/initconf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/initconf.c b/src/initconf.c index 92f8085..be697e8 100644 --- a/src/initconf.c +++ b/src/initconf.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <stdio.h> +#include <stdlib.h> #include <gnutls/gnutls.h> #include <glib.h> #include "userpref.h" |