diff options
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> |