From 0be98fee4743c795b06aa23881b82eff5bab3ef6 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 16 Jan 2008 15:25:08 +0100 Subject: Various fixes for sparse warnings. Define void functions with (void), not (). Add missing includes. Some functions were declared static but defined non-static. Some variables that should be file static were file global but not used in any other file. prop.h defined a new prop_atoms in each file that included it instead of declaring it extern. --- openbox/ping.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/ping.c') diff --git a/openbox/ping.c b/openbox/ping.c index d4217fdd..eed09479 100644 --- a/openbox/ping.c +++ b/openbox/ping.c @@ -21,6 +21,7 @@ #include "client.h" #include "prop.h" #include "event.h" +#include "debug.h" #include "mainloop.h" #include "openbox.h" -- cgit v1.2.3