1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

r22769: Fix include location.

(This used to be commit 74d51579af)
This commit is contained in:
Jelmer Vernooij 2007-05-09 11:51:39 +00:00 committed by Gerald (Jerry) Carter
parent 665065a1df
commit cf4d161f15
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#include "ldb/include/ldb.h"
#include "ldb/include/ldb_private.h"
#include "ldb/include/ldb_errors.h"
#include "ldb/modules/ldb_map.h"
#include "ldb/ldb_map/ldb_map.h"
#include "librpc/gen_ndr/ndr_misc.h"
#include "librpc/ndr/libndr.h"

View File

@ -9,7 +9,7 @@
#include "ldb/include/ldb.h"
#include "ldb/include/ldb_private.h"
#include "ldb/include/ldb_errors.h"
#include "ldb/modules/ldb_map.h"
#include "ldb/ldb_map/ldb_map.h"
#include "system/passwd.h"
#include "librpc/gen_ndr/ndr_security.h"