diff options
Diffstat (limited to 'system/sysvinit/sysvinit-2.88-posix-header.patch')
-rw-r--r-- | system/sysvinit/sysvinit-2.88-posix-header.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/sysvinit/sysvinit-2.88-posix-header.patch b/system/sysvinit/sysvinit-2.88-posix-header.patch new file mode 100644 index 000000000..3d63e434e --- /dev/null +++ b/system/sysvinit/sysvinit-2.88-posix-header.patch @@ -0,0 +1,10 @@ +--- a/src/init.c 2016-06-06 07:54:04.237447068 +0000 ++++ b/src/init.c 2016-06-06 08:17:37.177523978 +0000 +@@ -46,6 +46,7 @@ + #include <string.h> + #include <signal.h> + #include <termios.h> ++#include <sys/ttydefaults.h> + #include <utmp.h> + #include <ctype.h> + #include <stdarg.h> |