aboutsummaryrefslogtreecommitdiffstats
path: root/src/project.h
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2018-04-02 12:59:40 +0100
committerfishsoupisgood <github@madingley.org>2018-04-02 12:59:40 +0100
commitccdba936a920b99a4c2cad74c3824c66ea2d6066 (patch)
tree6de2c86b3302cc75a2b85ce1b69a31da2ad841ae /src/project.h
parentc945112e89222e697c3733c69eab685f606a5be5 (diff)
downloadsympathy-ccdba936a920b99a4c2cad74c3824c66ea2d6066.tar.gz
sympathy-ccdba936a920b99a4c2cad74c3824c66ea2d6066.tar.bz2
sympathy-ccdba936a920b99a4c2cad74c3824c66ea2d6066.zip
openwrt build
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>