diff options
author | FreeArtMan <=> | 2015-09-22 21:37:16 +0100 |
---|---|---|
committer | FreeArtMan <=> | 2015-09-22 21:37:16 +0100 |
commit | 6b85a7d453414d31432e63045581b2602d4abf45 (patch) | |
tree | b99a04923dda28ff9d4607df09179f1f8bd26529 /test/get_device_list.c | |
parent | fa74c1448e236995a34d767a6e76c3055698fb60 (diff) | |
download | radiola-6b85a7d453414d31432e63045581b2602d4abf45.tar.gz radiola-6b85a7d453414d31432e63045581b2602d4abf45.zip |
Added tui interface, updated gitignores, updated makefiles
Diffstat (limited to 'test/get_device_list.c')
-rw-r--r-- | test/get_device_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/get_device_list.c b/test/get_device_list.c index f65c551..867929a 100644 --- a/test/get_device_list.c +++ b/test/get_device_list.c @@ -3,7 +3,7 @@ #include <stdint.h> //rtlsdr -#include <rtl-sdr.h> +#include <hw/hw.h> int main( ) { |