diff options
-rw-r--r-- | usr.sbin/gspa/gspahextoc/gspahextoc.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/gspa/gspahextoc/gspahextoc.l b/usr.sbin/gspa/gspahextoc/gspahextoc.l index dcd54bb165d..1c3fdf10c6b 100644 --- a/usr.sbin/gspa/gspahextoc/gspahextoc.l +++ b/usr.sbin/gspa/gspahextoc/gspahextoc.l @@ -113,6 +113,7 @@ main(argc, argv) printf(" * Do not edit manually..\n"); printf(" */\n"); + printf("#include <sys/types.h>\n"); printf("u_int16_t tmscode[] = {\n\t"); yylex(); if (bufptr>0) |