Fix frequency setting bug in Radio API
[src/app-framework-binder.git] / plugins / radio / radio-api.h
index 3645fff..0dbd342 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2015 "IoT.bzh"
+ * Author "Manuel Bachmann"
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,6 +21,9 @@
 
 #include "radio-rtlsdr.h"
 
+#include "../audio/audio-api.h"
+#include "../audio/audio-alsa.h"
+
 /* -------------- PLUGIN DEFINITIONS ----------------- */
 
 #define MAX_RADIO 10
@@ -47,4 +51,4 @@ typedef struct {
     unsigned char is_playing; /* radio is playing: 0(false)/1(true) */
 } radioCtxHandleT;
 
-#endif /* RADIO_API_H */
\ No newline at end of file
+#endif /* RADIO_API_H */