diff options
Diffstat (limited to 'lib/tdb2/test/run-tdb1-3G-file.c')
-rw-r--r-- | lib/tdb2/test/run-tdb1-3G-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/test/run-tdb1-3G-file.c b/lib/tdb2/test/run-tdb1-3G-file.c index f3403dd1b8..2a5e48b105 100644 --- a/lib/tdb2/test/run-tdb1-3G-file.c +++ b/lib/tdb2/test/run-tdb1-3G-file.c @@ -1,7 +1,7 @@ /* We need this otherwise fcntl locking fails. */ #define _FILE_OFFSET_BITS 64 #include "tdb2-source.h" -#include <ccan/tap/tap.h> +#include "tap-interface.h" #include <stdlib.h> #include <err.h> #include "logging.h" |