summaryrefslogtreecommitdiff
path: root/libfec/fec_open.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libfec/fec_open.cpp')
-rw-r--r--libfec/fec_open.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libfec/fec_open.cpp b/libfec/fec_open.cpp
index caec3704..45e0c263 100644
--- a/libfec/fec_open.cpp
+++ b/libfec/fec_open.cpp
@@ -18,9 +18,10 @@
#include <sys/ioctl.h>
#include <sys/stat.h>
+#include <ext4_utils/ext4_sb.h>
+
extern "C" {
#include <squashfs_utils.h>
- #include <ext4_sb.h>
}
#if defined(__linux__)