rtl_tcp: fix includes

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2012-05-29 00:32:12 +02:00
parent 74d9619bc3
commit bc2c445055
1 changed files with 1 additions and 1 deletions

View File

@ -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"