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.

10 lines
209 B

  1. --- a/tools/inetcat.c
  2. +++ b/tools/inetcat.c
  3. @@ -33,6 +33,7 @@
  4. #include <windows.h>
  5. #include <winsock2.h>
  6. #else
  7. +#include <sys/select.h>
  8. #include <sys/socket.h>
  9. #include <sys/un.h>
  10. #include <sys/ioctl.h>