aboutsummaryrefslogtreecommitdiffstats
path: root/lib/osmosdr_device.cc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-03-17 10:38:20 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2013-04-09 00:28:10 +0200
commitfd56ae76403097a7a8d246d2467b8a5a2912b8df (patch)
tree208cac9eb1ec42ccc7f64d96eda9459c78a2cedd /lib/osmosdr_device.cc
parente77017f652e0fd00f83deb450193d7857e12b874 (diff)
adopt gnuradio component header structure
this makes it neccessary to include headers with the osmosdr/ prefix thanks to Alexandru Csete for pointing this out.
Diffstat (limited to 'lib/osmosdr_device.cc')
-rw-r--r--lib/osmosdr_device.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/osmosdr_device.cc b/lib/osmosdr_device.cc
index 3043645..12f126f 100644
--- a/lib/osmosdr_device.cc
+++ b/lib/osmosdr_device.cc
@@ -18,7 +18,7 @@
* Boston, MA 02110-1301, USA.
*/
-#include <osmosdr_device.h>
+#include <osmosdr/osmosdr_device.h>
#include <stdexcept>
#include <boost/foreach.hpp>
#include <boost/format.hpp>