Should include termios.h

This commit is contained in:
Gregory Nutt 2014-11-08 07:20:30 -06:00
parent 31d52eecda
commit f9a3267f56

View File

@ -1397,6 +1397,7 @@ char *yytext;
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <termios.h>
#include "auto.h"
#include "token.h"