@@ -440,7 +440,7 @@ id_lst:
;
flags_decl: FLAGS_DECL flag_list
- | FLAGS_DECL error { yyerror("flag list expected\n"); };
+ | FLAGS_DECL error { yyerror("flag list expected\n"); }
flag_list: flag_spec
| flag_spec COMMA flag_list
@@ -41,6 +41,7 @@
#ifndef route_struct_h
#define route_struct_h
+#include <sys/types.h>
#include <regex.h>
#include "select.h"
#include "usr_avp.h"