Only require librtlsdr headers while we're compiling dump1090,

not the other helpers that don't use the dongle.
This commit is contained in:
Oliver Jowett 2015-06-26 17:49:21 +01:00
parent 656df98a76
commit 5fa039a2d4
2 changed files with 5 additions and 1 deletions

View file

@ -49,6 +49,8 @@
#include "dump1090.h"
#include <rtl-sdr.h>
#include <stdarg.h>
#include <endian.h>