From 65ce50f3aeceec265ee45388c96344f037db43e9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 22 Jan 2007 00:00:50 +0000 Subject: Include server.h header file --- input/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/input/main.c b/input/main.c index 82e3b1b6..bb8759a7 100644 --- a/input/main.c +++ b/input/main.c @@ -40,6 +40,7 @@ #include "dbus.h" #include "logging.h" +#include "server.h" #include "input-service.h" static GMainLoop *main_loop; -- cgit