diff options
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( ) { |