patch-include_ttyutils_h 399 B

123456789101112
  1. patch taken from sabotage linux -- https://github.com/rofl0r/sabotage
  2. --- util-linux-2.23.2.orig/include/ttyutils.h 2013-07-15 10:25:46.000000000 +0200
  3. +++ util-linux-2.23.2/include/ttyutils.h 2013-08-14 12:31:25.000000000 +0200
  4. @@ -10,6 +10,7 @@
  5. #include <stdlib.h>
  6. #include <termios.h>
  7. #include <limits.h>
  8. +#include <sys/ttydefaults.h>
  9. #ifdef HAVE_SYS_IOCTL_H
  10. #include <sys/ioctl.h>
  11. #endif