summaryrefslogtreecommitdiff
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-07-01 21:49:49 +0000
committerJeremy Allison <jra@samba.org>1998-07-01 21:49:49 +0000
commitce2503fddd7ef9eed89e1a63fd834f13432a9cd6 (patch)
treecd68c8c09fe71a6066a3f94babb0e484dd71a802 /source/include/includes.h
parente53f4396ead540bcf9ecd18f3253e49216404a1b (diff)
downloadsamba-ce2503fddd7ef9eed89e1a63fd834f13432a9cd6.tar.gz
includes.h: AIX fix.
nttrans.c: More NT SMB work. smb.h: More NT SMB defines. trans2.c: Change call response as I now have docs on what the flags mean. #ifdef it with JRATEST until I'm sure it's ok though. Jeremy.
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index ea09dcb3676..6eab1a16413 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -600,6 +600,8 @@ char *mktemp(char *); /* No standard include */
#include <arpa/inet.h>
#include <netinet/tcp.h>
#include <locale.h>
+#include <grp.h>
+#define HAVE_GETGRNAM 1
#define SYSV
#define USE_WAITPID
#define USE_SIGBLOCK