diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-01 17:10:16 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-01 17:10:16 -0500 |
commit | 731747140e5064a5157835e9f8c1251a69bb1e89 (patch) | |
tree | 07e4610932dcb18fb5312dea99eb6428a027346e /gr-fec/lib/encode_ccsds_27_bb_impl.cc | |
parent | 968ccc37450f6ef0f49eb8a4adc75b86c8d19ec3 (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.cc | 2 |
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 { |