diff options
Diffstat (limited to 'tests/fs-tests/integrity/integck.c')
-rw-r--r-- | tests/fs-tests/integrity/integck.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c index 155b619..ed32b52 100644 --- a/tests/fs-tests/integrity/integck.c +++ b/tests/fs-tests/integrity/integck.c @@ -30,9 +30,11 @@ #include <limits.h> #include <dirent.h> #include <sys/mman.h> - #include "tests.h" +#define PROGRAM_NAME "integck" +#include "common.h" + /* Structures to store data written to the test file system, so that we can check whether the file system is correct. */ |