]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
setsid: Include <sys/ioctl.h> instead of <termio.h>.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 25 May 2012 18:16:18 +0000 (20:16 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 May 2012 08:11:43 +0000 (10:11 +0200)
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
sys-utils/setsid.c

index 6d1eeda426512d7a81119de4bd287bd32469f4aa..52ad38f3ecb72613e0328d5bd5a3bde56f21e331 100644 (file)
@@ -15,7 +15,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <termio.h>
+#include <sys/ioctl.h>
 
 #include "c.h"
 #include "nls.h"