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:
parent
99859479fc
commit
c67a2f85a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user