summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-26 02:36:27 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-26 02:36:27 +0000
commitafe98165a261a740cd0ee88bf041d69721ec72e6 (patch)
tree95295a78c74d6d6eae7c6be71ced632cd723c9b5
parentc2bf18fb8d2fea5af86ba8cf5d92b1dc076dd7d5 (diff)
downloadsamba-afe98165a261a740cd0ee88bf041d69721ec72e6.tar.gz
get includes right for systems that use getpwanam()
-rw-r--r--source/include/includes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 55c2c1a1de0..38f07191647 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -244,6 +244,12 @@
#include <shadow.h>
#endif
+#ifdef HAVE_GETPWANAM
+#include <sys/label.h>
+#include <sys/audit.h>
+#include <pwdadj.h>
+#endif
+
#ifdef HAVE_SYS_SECURITY_H
#include <sys/security.h>
#include <prot.h>