diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-03-04 15:47:04 -0500 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2013-03-04 15:47:04 -0500 |
commit | a54e340464042fdb81ab76cac7092ce36b6636a0 (patch) | |
tree | e89086f9f93cee83da6722a61a5fc69db4117204 /gr-atsc | |
parent | 7655408198f56514b567f2acf2a3772322267829 (diff) |
atsc: rs.h include dir fix
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/src/lib/atsci_reed_solomon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/src/lib/atsci_reed_solomon.cc b/gr-atsc/src/lib/atsci_reed_solomon.cc index 34bfb14b10..8ac97344b4 100644 --- a/gr-atsc/src/lib/atsci_reed_solomon.cc +++ b/gr-atsc/src/lib/atsci_reed_solomon.cc @@ -25,7 +25,7 @@ #include <string.h> extern "C" { -#include <rs.h> +#include <fec/rs.h> } static const int rs_init_symsize = 8; |