summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_next_grent.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-22 16:50:02 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commit235f1485901774bfbeb0f052bc4e1397f4ef0b88 (patch)
treec3998c355aabce56cb61ec8ce91ca017f6c44279 /source3/winbindd/wb_next_grent.c
parenta22a53ea44c18378481d3a432fb0e667117da5bd (diff)
downloadsamba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.tar.gz
samba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.tar.bz2
samba-235f1485901774bfbeb0f052bc4e1397f4ef0b88.zip
s3-passdb: use passdb headers where needed.
Guenther
Diffstat (limited to 'source3/winbindd/wb_next_grent.c')
-rw-r--r--source3/winbindd/wb_next_grent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/wb_next_grent.c b/source3/winbindd/wb_next_grent.c
index 54c4c1c440..c7af6416c4 100644
--- a/source3/winbindd/wb_next_grent.c
+++ b/source3/winbindd/wb_next_grent.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "winbindd.h"
#include "librpc/gen_ndr/ndr_wbint_c.h"
+#include "passdb/machine_sid.h"
struct wb_next_grent_state {
struct tevent_context *ev;