diff options
| author | Steve Markgraf <steve@steve-m.de> | 2012-05-29 00:32:12 +0200 |
|---|---|---|
| committer | Steve Markgraf <steve@steve-m.de> | 2012-05-29 00:32:12 +0200 |
| commit | bc2c44505539f8c0f509df6d871519383710aaef (patch) | |
| tree | 9c5bd04eb8a642d243ba3aff49e45de20ebcaf60 /src | |
| parent | 74d9619bc3ef67f560cbb68cc0dd84cf53ae7bf9 (diff) | |
rtl_tcp: fix includes
Signed-off-by: Steve Markgraf <steve@steve-m.de>
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" |
