diff options
author | Martin Szulecki | 2010-01-12 16:05:24 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-12 16:05:24 +0100 |
commit | a3502028c244a2e8972914cfd964345c75f11f33 (patch) | |
tree | 8f8447d5abee1dc47d4ef0cd504ecfd13cbd6403 /src/userpref.c | |
parent | b3fa7830375a1d842c3a9b3068d0dbe5684b1a56 (diff) | |
download | libimobiledevice-a3502028c244a2e8972914cfd964345c75f11f33.tar.gz libimobiledevice-a3502028c244a2e8972914cfd964345c75f11f33.tar.bz2 |
Add gstdio header to silence compiler warning about g_remove call
Diffstat (limited to 'src/userpref.c')
-rw-r--r-- | src/userpref.c | 1 |
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> |