From 2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 10 Aug 2008 22:38:17 +0200 Subject: Fix warnings about unused variables Signed-off-by: Matt Colyer --- src/initconf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/initconf.c') diff --git a/src/initconf.c b/src/initconf.c index 92f8085..be697e8 100644 --- a/src/initconf.c +++ b/src/initconf.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include +#include #include #include #include "userpref.h" -- cgit v1.1-32-gdbae