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

--- a/ntripclient.c
+++ b/ntripclient.c
@@ -44,6 +44,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <arpa/inet.h>
+ #include <sys/select.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>