diff options
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index be023ec..ad63329 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -1,6 +1,7 @@ #include "socket-common.h" #include "response.h" #include "lcd.h" +#include "flash.h" #include "globals.h" #include <stdlib.h> #include <ctype.h> @@ -230,7 +231,7 @@ int main(int argc, char **argv) g_type_init (); LCD_initialize(); - initFlash (); + initFlash (&globals.Flash); //register stdin channel stdinChannel = g_io_channel_unix_new(0); |