start-stop-daemon: use termios.h rather than sys/termios.h

POSIX specifies termios.h, not sys/termios.h.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2011-01-17 04:48:13 -05:00
parent 8b5e391afb
commit 711713d664

View File

@ -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>