diff options
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 21864f7..dc941b5 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -1,5 +1,6 @@ #include "socket-common.h" #include "response.h" +#include "lcd.h" #include <stdlib.h> #include <ctype.h> @@ -219,6 +220,8 @@ int main(int argc, char **argv) GError *error = NULL; GIOChannel* stdinChannel = NULL; + LCD_initialize(); + g_type_init (); //register stdin channel |