From 05a30292f9d2be63af3b4c27d5ae89801da602a2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 23 Jul 2019 13:48:29 -0700 Subject: Enable largefile support Requires that config.h be included before other headers, since the macro _FILE_OFFSET_BITS changes the definitions of things like 'struct stat'. I chose to simply include it at the top of every C file and at immediately after the double-inclusion guards of every header. Signed-off-by: Matt Turner Signed-off-by: David Oberhollenzer --- tests/mknode_dir.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/mknode_dir.c') diff --git a/tests/mknode_dir.c b/tests/mknode_dir.c index 5efe7a8..a14f3fe 100644 --- a/tests/mknode_dir.c +++ b/tests/mknode_dir.c @@ -1,4 +1,6 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +#include "config.h" + #include "fstree.h" #include -- cgit v1.2.3