diff options
author | Christophe Fergeau | 2009-07-24 21:35:13 +0200 |
---|---|---|
committer | Matt Colyer | 2009-07-26 19:21:08 -0700 |
commit | 53ed3be0463522cc3f8028def453c78be10f165b (patch) | |
tree | e158cdce40e8d0dc23d6d374ed18c78714fe37de /src/NotificationProxy.c | |
parent | f6eda5e6ba53e77389b68e7a26f961c0f5025e4e (diff) | |
download | libimobiledevice-53ed3be0463522cc3f8028def453c78be10f165b.tar.gz libimobiledevice-53ed3be0463522cc3f8028def453c78be10f165b.tar.bz2 |
fix most -Wall warnings
add missing includes, add some casts to avoid format warnings,
mark one function as static. There are still warnings about
unused argc/argv
[#61 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'src/NotificationProxy.c')
-rw-r--r-- | src/NotificationProxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NotificationProxy.c b/src/NotificationProxy.c index 374420c..511b07f 100644 --- a/src/NotificationProxy.c +++ b/src/NotificationProxy.c @@ -22,6 +22,7 @@ #include <string.h> #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <arpa/inet.h> #include <plist/plist.h> #include "NotificationProxy.h" |