diff options
Diffstat (limited to 'source4/lib/db_wrap.c')
-rw-r--r-- | source4/lib/db_wrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/db_wrap.c b/source4/lib/db_wrap.c index 251741c5b0..c786185499 100644 --- a/source4/lib/db_wrap.c +++ b/source4/lib/db_wrap.c @@ -28,6 +28,7 @@ */ #include "includes.h" +#include "dlinklist.h" static struct ldb_wrap *ldb_list; static struct tdb_wrap *tdb_list; |