diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:20:07 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:20:07 -0500 |
commit | f8716a518d48d918d9aa5dd3603f0ec4e144d0aa (patch) | |
tree | 6c73c32fbdc2ba06fe86b07e2de75ac3215f1cb5 | |
parent | 909dc00ed36c00199c25e8e2f89bd27f27c60532 (diff) |
missing header
-rw-r--r-- | instr-daemon.c | 1 | ||||
-rw-r--r-- | menus.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index ffec3d3..01d83c3 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -7,6 +7,7 @@ #include "device-functions.h" #include "nicutils.h" #include "monitor.h" +#include "menus.h" #include <stdlib.h> #include <ctype.h> #include <glib.h> @@ -2798,7 +2798,7 @@ static void Nonstd_menu_default_rs232(void) static void Nonstd_menu_model_info(void) { - // FIXME - test this menu + // FIXME - test this menu, and confirm output is same as old firmware gchar *response; |