diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-16 11:56:38 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-16 11:58:58 +0200 |
commit | 09e77d080b280948ec137d5026ad373105c4f190 (patch) | |
tree | 37eabcebdbf3382669ce6bd70af1c71e4c5cbe66 /src/ReedSolomon.cpp | |
parent | 4030943945ac5c69cb16d44c43f73105c92a2baf (diff) | |
download | dabmux-09e77d080b280948ec137d5026ad373105c4f190.tar.gz dabmux-09e77d080b280948ec137d5026ad373105c4f190.tar.bz2 dabmux-09e77d080b280948ec137d5026ad373105c4f190.zip |
Remove libfec build dependency
Diffstat (limited to 'src/ReedSolomon.cpp')
-rw-r--r-- | src/ReedSolomon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReedSolomon.cpp b/src/ReedSolomon.cpp index c72fb14..69e1191 100644 --- a/src/ReedSolomon.cpp +++ b/src/ReedSolomon.cpp @@ -26,7 +26,7 @@ #include <string.h> // For memcpy extern "C" { -#include <fec.h> +#include "fec/fec.h" } #include <assert.h> #include <stdlib.h> |