1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-26 04:07:23 +00:00

HP-UX port supplied by Mikulas Patocka

This commit is contained in:
Mark Pizzolato
2013-03-05 13:29:38 -08:00
parent bc40f6abde
commit eb101e3881
9 changed files with 66 additions and 10 deletions

View File

@@ -49,6 +49,9 @@
#elif defined (__unix__) || defined(__APPLE__) /* UNIX definitions */
#include <fcntl.h>
#ifdef __hpux
#include <sys/modem.h>
#endif
#include <termios.h>
#include <unistd.h>
#include <sys/ioctl.h>