Radio plugin: make partially compatible with new API
[src/app-framework-binder.git] / plugins / radio / radio-rtlsdr.c
index b99cf9b..7d7e498 100644 (file)
  * 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 ---------------- */