summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-12 16:05:24 +0100
committerGravatar Martin Szulecki2010-01-12 16:05:24 +0100
commita3502028c244a2e8972914cfd964345c75f11f33 (patch)
tree8f8447d5abee1dc47d4ef0cd504ecfd13cbd6403 /src
parentb3fa7830375a1d842c3a9b3068d0dbe5684b1a56 (diff)
downloadlibimobiledevice-a3502028c244a2e8972914cfd964345c75f11f33.tar.gz
libimobiledevice-a3502028c244a2e8972914cfd964345c75f11f33.tar.bz2
Add gstdio header to silence compiler warning about g_remove call
Diffstat (limited to 'src')
-rw-r--r--src/userpref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userpref.c b/src/userpref.c
index 09ec495..54fdafc 100644
--- a/src/userpref.c
+++ b/src/userpref.c
@@ -20,6 +20,7 @@
*/
#include <glib.h>
+#include <glib/gstdio.h>
#include <glib/gprintf.h>
#include <stdio.h>
#include <stdint.h>