]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/tdb.h
ccanize tdb further, and add simple test.
[ccan] / ccan / tdb / tdb.h
index f1805ecddbd09c4011788d15f551b8dba31ad0d8..a2443ff4539232cdbfe3f143f56b7b2ae740967f 100644 (file)
@@ -33,6 +33,8 @@ extern "C" {
 #ifndef _SAMBA_BUILD_
 /* For mode_t */
 #include <sys/types.h>
+/* For O_* flags. */
+#include <sys/stat.h>
 /* For sig_atomic_t. */
 #include <signal.h>
 #endif