diff options
Diffstat (limited to 'lib/ntdb/test/api-14-exists.c')
-rw-r--r-- | lib/ntdb/test/api-14-exists.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ntdb/test/api-14-exists.c b/lib/ntdb/test/api-14-exists.c index abaaae0ee5..c40d9016cf 100644 --- a/lib/ntdb/test/api-14-exists.c +++ b/lib/ntdb/test/api-14-exists.c @@ -1,9 +1,7 @@ #include "config.h" #include "ntdb.h" +#include "private.h" #include "tap-interface.h" -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> #include "logging.h" static bool test_records(struct ntdb_context *ntdb) |