summaryrefslogtreecommitdiff
path: root/gr-fcd/examples
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-04-29 21:15:23 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-29 21:15:23 -0700
commitff3a5823f39451c672541e198270a93119c5feda (patch)
treedd36cd1fee5701a5bb1587318d9f8e4093d7f89e /gr-fcd/examples
parentbc462ac6f6841c16fe3f6a777f32589c3b546aba (diff)
fcd: moved include dir to gnuradio/fcd
Diffstat (limited to 'gr-fcd/examples')
-rw-r--r--gr-fcd/examples/c++/fcd_nfm_rx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fcd/examples/c++/fcd_nfm_rx.cc b/gr-fcd/examples/c++/fcd_nfm_rx.cc
index 2de83e1efc..0476b3941f 100644
--- a/gr-fcd/examples/c++/fcd_nfm_rx.cc
+++ b/gr-fcd/examples/c++/fcd_nfm_rx.cc
@@ -37,7 +37,7 @@
#include <filter/fir_filter_ccf.h>
#include <gnuradio/analog/quadrature_demod_cf.h>
#include <gnuradio/audio/sink.h>
-#include <fcd_source_c.h>
+#include <gnuradio/fcd/fcd_source_c.h>
// other includes
#include <iostream>