diff options
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r-- | source4/ntvfs/common/brlock.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/common/opendb.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c index d0385fbb0b..e88e9638a3 100644 --- a/source4/ntvfs/common/brlock.c +++ b/source4/ntvfs/common/brlock.c @@ -26,6 +26,7 @@ used. This allows us to provide the same semantics as NT */ #include "includes.h" +#include "lib/tdb/include/tdb.h" #include "messages.h" /* diff --git a/source4/ntvfs/common/opendb.c b/source4/ntvfs/common/opendb.c index 3c206528dd..be6f356422 100644 --- a/source4/ntvfs/common/opendb.c +++ b/source4/ntvfs/common/opendb.c @@ -39,6 +39,7 @@ */ #include "includes.h" +#include "lib/tdb/include/tdb.h" #include "messages.h" #include "librpc/gen_ndr/ndr_security.h" |