You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
210 B

  1. --- a/tools/gensiotool.c
  2. +++ b/tools/gensiotool.c
  3. @@ -44,7 +44,7 @@
  4. #include <signal.h>
  5. #include <errno.h>
  6. #include <sys/types.h>
  7. -#include <sys/unistd.h>
  8. +#include <unistd.h>
  9. #include <syslog.h>
  10. #endif