summaryrefslogtreecommitdiffstats
path: root/lib/ntdb/test/api-95-read-only-during-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ntdb/test/api-95-read-only-during-parse.c')
-rw-r--r--lib/ntdb/test/api-95-read-only-during-parse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ntdb/test/api-95-read-only-during-parse.c b/lib/ntdb/test/api-95-read-only-during-parse.c
index 8252b812d2..53adbc3ceb 100644
--- a/lib/ntdb/test/api-95-read-only-during-parse.c
+++ b/lib/ntdb/test/api-95-read-only-during-parse.c
@@ -1,10 +1,8 @@
/* Make sure write operations fail during ntdb_parse(). */
#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 struct ntdb_context *ntdb;