summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/mbbsd.c1
-rw-r--r--mbbsd/term.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index f152b193..f460b7e1 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -2,6 +2,7 @@
#include "bbs.h"
#include "banip.h"
#include "logind.h"
+#include <sys/wait.h>
#ifdef __linux__
# ifdef CRITICAL_MEMORY
diff --git a/mbbsd/term.c b/mbbsd/term.c
index 33cb4947..56cc7685 100644
--- a/mbbsd/term.c
+++ b/mbbsd/term.c
@@ -1,5 +1,6 @@
/* $Id$ */
#include "bbs.h"
+#include <termios.h>
/* ----------------------------------------------------- */
/* basic tty control */