rad1o: Fix #include.

This commit is contained in:
Jared Boone
2019-03-20 20:16:24 -07:00
parent a535a9bb6b
commit 027a0eca97

View File

@ -22,7 +22,7 @@
#ifndef HACKRF_UI_H
#define HACKRF_UI_H
#include <rf_path.h>
#include <hackrf_core.h>
#include <stdint.h>
typedef void (*hackrf_ui_init_fn)(void);