aboutsummaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h
index 59ba8c7..1eda998 100644
--- a/src/project.h
+++ b/src/project.h
@@ -93,9 +93,15 @@
#include <sys/int_types.h>
#endif
+#if defined(HAVE_TERMIO_H)
#include <termio.h>
+#endif
#include <termios.h>
+#if defined (HAVE_SYS_STAT_H)
+#include <sys/stat.h>
+#endif
+
#include <signal.h>
#include <fcntl.h>
#include <errno.h>