blob: d1e0ed1eaf9b59a5a2c640aeec11f78ec39ba874 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/include/ldb.h
+++ b/include/ldb.h
@@ -46,6 +46,7 @@
#define _LDB_H_ 1
/*! \endcond */
+#include <fcntl.h>
#include <stdbool.h>
#include <talloc.h>
#include <tevent.h>
|