From 53ed3be0463522cc3f8028def453c78be10f165b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 24 Jul 2009 21:35:13 +0200 Subject: 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 --- src/NotificationProxy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/NotificationProxy.c') 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 #include #include +#include #include #include #include "NotificationProxy.h" -- cgit v1.1-32-gdbae