]> git.ozlabs.org Git - ccan/blobdiff - ccan/ntdb/test/api-82-lockattr.c
ntdb: fix up tests.
[ccan] / ccan / ntdb / test / api-82-lockattr.c
index f71600c182b4478a7cb5d1a7d1007a10c6ec9292..3b7ba8c8a0544fe6b95ce7b824b74474cb67f462 100644 (file)
@@ -1,8 +1,9 @@
-#include "private.h" // for ntdb_fcntl_unlock
-#include "ntdb.h"
+#include "../private.h" // for ntdb_fcntl_unlock
+#include "../ntdb.h"
 #include "tap-interface.h"
 #include <errno.h>
 #include "logging.h"
+#include "helpapi-external-agent.h"
 
 static int mylock(int fd, int rw, off_t off, off_t len, bool waitflag,
                  void *_err)