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
232 B

  1. --- a/ntripclient.c
  2. +++ b/ntripclient.c
  3. @@ -44,6 +44,7 @@
  4. #include <fcntl.h>
  5. #include <unistd.h>
  6. #include <arpa/inet.h>
  7. + #include <sys/select.h>
  8. #include <sys/socket.h>
  9. #include <netinet/in.h>
  10. #include <netdb.h>