diff options
author | Günther Deschner <gd@samba.org> | 2011-04-29 16:40:24 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-29 22:05:07 +0200 |
commit | bbacaec4e9365b128eb11467c95412de7473c1ec (patch) | |
tree | e46e17fd90b60ef6f54d45a43741e1cf065edb8c /source3/smbd | |
parent | bc781bf7d98baca57c8043bf7dc0a95f8ffd1345 (diff) | |
download | samba-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')
-rw-r--r-- | source3/smbd/conn.c | 1 |
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 |