diff options
-rw-r--r-- | tests/libsqfs/table.c | 1 | ||||
-rw-r--r-- | tests/libsqfs/xattr_writer.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/libsqfs/table.c b/tests/libsqfs/table.c index a36cd4e..a2cb846 100644 --- a/tests/libsqfs/table.c +++ b/tests/libsqfs/table.c @@ -5,6 +5,7 @@ * Copyright (C) 2021 David Oberhollenzer <goliath@infraroot.at> */ #include "config.h" +#include "compat.h" #include "../test.h" #include "sqfs/compressor.h" diff --git a/tests/libsqfs/xattr_writer.c b/tests/libsqfs/xattr_writer.c index d5252e3..8860f42 100644 --- a/tests/libsqfs/xattr_writer.c +++ b/tests/libsqfs/xattr_writer.c @@ -5,6 +5,7 @@ * Copyright (C) 2021 David Oberhollenzer <goliath@infraroot.at> */ #include "config.h" +#include "compat.h" #include "../test.h" #include "sqfs/xattr_writer.h" |