X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb%2Ftdb.h;h=a2443ff4539232cdbfe3f143f56b7b2ae740967f;hp=628118172e807ed10762f631bae0b8168fe37f38;hb=14ec8920c533db9684d3b520f4b694271b88dfd9;hpb=7104b7bc2e7f9829891477dbb04a9df926a656a7;ds=sidebyside diff --git a/ccan/tdb/tdb.h b/ccan/tdb/tdb.h index 62811817..a2443ff4 100644 --- a/ccan/tdb/tdb.h +++ b/ccan/tdb/tdb.h @@ -30,6 +30,14 @@ extern "C" { #endif +#ifndef _SAMBA_BUILD_ +/* For mode_t */ +#include +/* For O_* flags. */ +#include +/* For sig_atomic_t. */ +#include +#endif /* flags to tdb_store() */ #define TDB_REPLACE 1 /* Unused */