aboutsummaryrefslogtreecommitdiffstats
path: root/src/rsdecoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rsdecoder.hpp')
-rw-r--r--src/rsdecoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rsdecoder.hpp b/src/rsdecoder.hpp
index ca97c91..cc0ad2f 100644
--- a/src/rsdecoder.hpp
+++ b/src/rsdecoder.hpp
@@ -21,7 +21,7 @@
#include <vector>
extern "C" {
-#include <fec.h>
+#include "fec/fec.h"
}
class RSDecoder {