1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

ldb_wrap.c missing header

ldb_wrap.c was missing unistd.h causing implicit symbol declaration and error
during compilation.

Signed-off-by: William Brown <william@blackhats.net.au>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Simo Sorce <idra@samba.org>
This commit is contained in:
William Brown 2018-04-19 09:39:17 +10:00 committed by Alexander Bokovoy
parent 99859479fc
commit c67a2f85a7

View File

@ -37,6 +37,7 @@
#include "../lib/util/dlinklist.h"
#include "lib/util/util_paths.h"
#include <tdb.h>
#include <unistd.h>
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_LDB