mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-02-05 23:04:58 +01:00
rtl_tcp: fix includes
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
74d9619bc3
commit
bc2c445055
@ -29,6 +29,7 @@
|
|||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <sys/time.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#else
|
#else
|
||||||
@ -36,7 +37,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <libusb.h>
|
|
||||||
|
|
||||||
#include "rtl-sdr.h"
|
#include "rtl-sdr.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user