summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-05-29 07:34:01 +0000
committerSimo Sorce <idra@samba.org>2001-05-29 07:34:01 +0000
commitbbf5ea221aad91a99564ee130a6334d3b25e2a9a (patch)
treeaf50a198c1dbd9e8115ac9512925bb2e09bbc709 /source3/include/includes.h
parent415c317bc9d6bea59ea28d9a50a230f1dd6bca22 (diff)
downloadsamba-bbf5ea221aad91a99564ee130a6334d3b25e2a9a.tar.gz
samba-bbf5ea221aad91a99564ee130a6334d3b25e2a9a.tar.bz2
samba-bbf5ea221aad91a99564ee130a6334d3b25e2a9a.zip
4 new functions to retrieve single linked list of group and passwd entries
+ a fix to an infinite loop in srv_samr_nt.c caused by misuse of setgrent/getgrent/endgrent solved by these new functions (This used to be commit 97dbb54a13e2285f1905ee1ec9aafeebdaee8917)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 9097d47652..9137799064 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -637,6 +637,8 @@ extern int errno;
#include "messages.h"
#include "util_list.h"
+#include "util_getent.h"
+
#ifndef UBI_BINTREE_H
#include "ubi_Cache.h"
#endif /* UBI_BINTREE_H */