patch-setserial_c 268 B

12345678910
  1. --- setserial-2.17.orig/setserial.c 2000-01-27 16:40:52.000000000 +0100
  2. +++ setserial-2.17/setserial.c 2010-03-05 17:42:26.316553683 +0100
  3. @@ -11,6 +11,7 @@
  4. */
  5. #include <stdio.h>
  6. +#include <stdlib.h>
  7. #include <fcntl.h>
  8. #include <termios.h>
  9. #include <string.h>