Try to get it to compile on openindiana

This commit is contained in:
Dianne Skoll
2025-10-14 13:42:22 -04:00
parent f05ef363fc
commit 15960f7e4a

View File

@@ -28,15 +28,16 @@
#include <strings.h>
#endif
#include <fcntl.h>
#include <ctype.h>
#include <math.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <termios.h>
#ifdef HAVE_SYS_TERMIOS_H
#include <sys/termios.h>
#endif
#include <ctype.h>
#include <math.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>