summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-10-30 08:32:26 +0000
committerAndrew Tridgell <tridge@samba.org>2003-10-30 08:32:26 +0000
commit7fd381376f88ae99a4bf022d89f21ae497b48c1a (patch)
tree82faf5b1e26e2676c85d17d3f34336f58f21db64 /source4/include/includes.h
parent4e3ca10b13b03b01fda2233b88c827019a69bfee (diff)
downloadsamba-7fd381376f88ae99a4bf022d89f21ae497b48c1a.tar.gz
samba-7fd381376f88ae99a4bf022d89f21ae497b48c1a.tar.bz2
samba-7fd381376f88ae99a4bf022d89f21ae497b48c1a.zip
- a few portability fixes from Jim Myers
- added SMBD_LISTEN_BACKLOG in local.h - added the beginnings of a ndr/rpc parsing framework for Samba4. It currently correctly parses security descriptors for the nttrans QUERY_SECDESC call, but I hope it will become a reasonable framework that an idl based generator can work to (This used to be commit 9bf904fc34f88e0581f93656e73d3c01ca96f761)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 11f6a14df9..39b589a49d 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -776,6 +776,9 @@ extern int errno;
#include "mutex.h"
+#include "libcli/rpc/librpc.h"
+#include "libcli/rpc/rpc_sec.h"
+
/*
* Type for wide character dirent structure.
* Only d_name is defined by POSIX.