From 711713d6642eff155bfede8a2dd213824016b76c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2011 04:48:13 -0500 Subject: [PATCH] start-stop-daemon: use termios.h rather than sys/termios.h POSIX specifies termios.h, not sys/termios.h. Signed-off-by: Mike Frysinger --- src/rc/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index 4790060d..72b8aff0 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include #include