--- hoststatectl/parser.c.orig Wed Jan 31 21:57:41 2007 +++ hoststatectl/parser.c Wed Jan 31 22:08:27 2007 @@ -19,6 +19,7 @@ */ #include +#include #include #include #include @@ -65,9 +66,9 @@ static const struct token t_main[] = { {KEYWORD, "show", SHOW_SUM, NULL}, {KEYWORD, "stop", SHUTDOWN, NULL}, - {KEYWORD, "service", NULL, t_service}, - {KEYWORD, "table", NULL, t_table}, - {KEYWORD, "host", NULL, t_host}, + {KEYWORD, "service", 0, t_service}, + {KEYWORD, "table", 0, t_table}, + {KEYWORD, "host", 0, t_host}, {ENDTOKEN, "", NONE, NULL} };