summaryrefslogtreecommitdiff
path: root/gr-fec/lib/encode_ccsds_27_bb_impl.cc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-01 17:10:16 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-01 17:10:16 -0500
commit731747140e5064a5157835e9f8c1251a69bb1e89 (patch)
tree07e4610932dcb18fb5312dea99eb6428a027346e /gr-fec/lib/encode_ccsds_27_bb_impl.cc
parent968ccc37450f6ef0f49eb8a4adc75b86c8d19ec3 (diff)
fec: moving rs.h and viterbi.h to be installed in the public include directory.
Diffstat (limited to 'gr-fec/lib/encode_ccsds_27_bb_impl.cc')
-rw-r--r--gr-fec/lib/encode_ccsds_27_bb_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/lib/encode_ccsds_27_bb_impl.cc b/gr-fec/lib/encode_ccsds_27_bb_impl.cc
index 28ee450ef4..0a348f372f 100644
--- a/gr-fec/lib/encode_ccsds_27_bb_impl.cc
+++ b/gr-fec/lib/encode_ccsds_27_bb_impl.cc
@@ -28,7 +28,7 @@
#include <gr_io_signature.h>
extern "C" {
-#include "viterbi/viterbi.h"
+#include <fec/viterbi.h>
}
namespace gr {