aboutsummaryrefslogtreecommitdiffstats
path: root/src/rsdecoder.hpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-16 18:58:49 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-16 18:58:49 +0200
commit630a51a928741f4c9ca0698ec7513bd83d721c23 (patch)
tree487de48f69429d5099fe1f695930b26aef2e5b1a /src/rsdecoder.hpp
parent4809f3c042a99a639542b1e6cd22657871113260 (diff)
downloadetisnoop-630a51a928741f4c9ca0698ec7513bd83d721c23.tar.gz
etisnoop-630a51a928741f4c9ca0698ec7513bd83d721c23.tar.bz2
etisnoop-630a51a928741f4c9ca0698ec7513bd83d721c23.zip
Remove libfec dependency
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 {