summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-28 02:18:21 +0200
committerGünther Deschner <gd@samba.org>2010-05-28 02:49:36 +0200
commit66adb84e46489a94ea49fc70d93dfe90a601617c (patch)
tree8cf3bc3480e7df86318e570cd4cb8b83c8cd1aa8 /source3/rpc_server
parent60079f59b09d5f05ac1f09b015ec9bd765269035 (diff)
downloadsamba-66adb84e46489a94ea49fc70d93dfe90a601617c.tar.gz
samba-66adb84e46489a94ea49fc70d93dfe90a601617c.tar.bz2
samba-66adb84e46489a94ea49fc70d93dfe90a601617c.zip
s3-build: only use ndr_samr.h where needed.
Guenther
Diffstat (limited to 'source3/rpc_server')
-rw-r--r--source3/rpc_server/srv_lsa_hnd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_lsa_hnd.c b/source3/rpc_server/srv_lsa_hnd.c
index f1ab774859..7cc1b43611 100644
--- a/source3/rpc_server/srv_lsa_hnd.c
+++ b/source3/rpc_server/srv_lsa_hnd.c
@@ -21,6 +21,7 @@
#include "includes.h"
#include "../librpc/gen_ndr/ndr_lsa.h"
+#include "../librpc/gen_ndr/ndr_samr.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_RPC_SRV