Browse Source

rtl_tcp: fix includes

Signed-off-by: Steve Markgraf <steve@steve-m.de>
Steve Markgraf 13 years ago
parent
commit
bc2c445055
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rtl_tcp.c

+ 1 - 1
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"