summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index 4790060..72b8aff 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -43,7 +43,7 @@
#include <sys/ioctl.h>
#include <sys/resource.h>
#include <sys/stat.h>
-#include <sys/termios.h>
+#include <termios.h>
#include <sys/time.h>
#include <sys/wait.h>