Signed-off-by: Thomas Schwinge <thomas@xxxxxxxxxxxxxxxx> --- sys-utils/setsid.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-utils/setsid.c b/sys-utils/setsid.c index 6d1eeda..52ad38f 100644 --- a/sys-utils/setsid.c +++ b/sys-utils/setsid.c @@ -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" -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html