base: fix includes for FreeBSD
Review Request #2728 - Created April 9, 2015 and submitted
| Information | |
|---|---|
| Ruslan Bukin | |
| gem5 | |
| Reviewers | |
| Default | |
correct the path to termios.h
tested on FreeBSD
Ship It!
Posted (April 13, 2015, 9:32 a.m.)
Linux man page also says <termios.h> and not <sys/termios.h>... again, maybe this is a generic bug where we get lucky on Linux and not FreeBSD, as opposed to being an actual difference between the platforms.
