diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rtl_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl_tcp.c b/src/rtl_tcp.c index ffeff1c..8b8dd47 100644 --- a/src/rtl_tcp.c +++ b/src/rtl_tcp.c @@ -29,6 +29,7 @@ #include <sys/socket.h> #include <sys/types.h> #include <sys/socket.h> +#include <sys/time.h> #include <netinet/in.h> #include <fcntl.h> #else @@ -36,7 +37,6 @@ #endif #include <pthread.h> -#include <libusb.h> #include "rtl-sdr.h" |
