diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-04-06 18:02:43 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-04-06 18:02:43 +0200 |
commit | e6298876fdbf457b6dd61556472060a9fa652c82 (patch) | |
tree | 4f5b454c579141365be84a7f9c24d64a2a8f74f6 /plugins/radio/radio-rtlsdr.c | |
parent | c1d4f601753585cc063c9a0a947823c6c4e74537 (diff) |
Radio plugin: make partially compatible with new API
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'plugins/radio/radio-rtlsdr.c')
-rw-r--r-- | plugins/radio/radio-rtlsdr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/radio/radio-rtlsdr.c b/plugins/radio/radio-rtlsdr.c index b99cf9b7..7d7e498a 100644 --- a/plugins/radio/radio-rtlsdr.c +++ b/plugins/radio/radio-rtlsdr.c @@ -16,7 +16,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <stdio.h> +#include <string.h> + #include "radio-api.h" +#include "radio-rtlsdr.h" /* ------------- RADIO RTLSDR IMPLEMENTATION ---------------- */ |