summaryrefslogtreecommitdiff
path: root/source3/smbd/conn.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-29 16:40:24 +0200
committerGünther Deschner <gd@samba.org>2011-04-29 22:05:07 +0200
commitbbacaec4e9365b128eb11467c95412de7473c1ec (patch)
treee46e17fd90b60ef6f54d45a43741e1cf065edb8c /source3/smbd/conn.c
parentbc781bf7d98baca57c8043bf7dc0a95f8ffd1345 (diff)
downloadsamba-bbacaec4e9365b128eb11467c95412de7473c1ec.tar.gz
samba-bbacaec4e9365b128eb11467c95412de7473c1ec.tar.bz2
samba-bbacaec4e9365b128eb11467c95412de7473c1ec.zip
s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 22:05:07 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/smbd/conn.c')
-rw-r--r--source3/smbd/conn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/conn.c b/source3/smbd/conn.c
index 16a0ee053e..833147b1a6 100644
--- a/source3/smbd/conn.c
+++ b/source3/smbd/conn.c
@@ -22,6 +22,7 @@
#include "includes.h"
#include "smbd/smbd.h"
#include "smbd/globals.h"
+#include "rpc_server/rpc_ncacn_np.h"
/* The connections bitmap is expanded in increments of BITMAP_BLOCK_SZ. The
* maximum size of the bitmap is the largest positive integer, but you will hit