blob: 10f690fd9c139aa55a0d8b963e5722862560ee30 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|