diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:51:10 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:51:10 -0500 |
commit | ecd33bd78e0caef597d3bad272ac239ffda74d24 (patch) | |
tree | cd1b7becb550151026160cb7baf57e58cc72a3c2 /instr-daemon.c | |
parent | f6029e78658411a7f56adf9f3d1f36bfb699a61b (diff) |
first LCD support
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 |