diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2017-06-22 13:39:31 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2017-06-28 10:27:24 +0200 |
commit | 9eae3063e62df1ca47213027ad42fff6d0a9b7f4 (patch) | |
tree | 32707ad5324ec46fdea25aca6cee3fc110fc2501 /misc-utils/fectest.c | |
parent | 022ce62b9f6706749feed3939335e46bb0146978 (diff) |
Move libfec declarations to public header in global include directory
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'misc-utils/fectest.c')
-rw-r--r-- | misc-utils/fectest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/fectest.c b/misc-utils/fectest.c index fd577f3..fcba513 100644 --- a/misc-utils/fectest.c +++ b/misc-utils/fectest.c @@ -8,6 +8,7 @@ #include <sys/stat.h> #include "mcast_image.h" +#include "libfec.h" #include <crc32.h> #define ERASE_SIZE 131072 |