]> git.puffer.fish Git - matthieu/frr.git/commitdiff
cumulus: Fix incorrect inclusion for some platforms.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jan 2017 00:04:58 +0000 (19:04 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jan 2017 00:19:27 +0000 (19:19 -0500)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
cumulus/start-stop-daemon.c

index a195e9e2fc5265affb3305a850d7d021090a8e26..c123f87e9225dee764ef82db85d5d222c433b40a 100644 (file)
@@ -51,7 +51,7 @@
 #include <grp.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
-#include <sys/termios.h>
+#include <termios.h>
 #include <fcntl.h>
 #include <limits.h>
 #include <assert.h>