From 84995397a7f24961065b17693afc1fda22b7bfd5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 4 Oct 2010 15:56:49 +0200 Subject: s3-epmapper: Added a endpoint mapper skeleton. --- source3/smbd/server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/server.c') diff --git a/source3/smbd/server.c b/source3/smbd/server.c index d1c4eafb04..cd79863506 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -47,6 +47,7 @@ #include "../librpc/gen_ndr/srv_svcctl.h" #include "../librpc/gen_ndr/srv_winreg.h" #include "../librpc/gen_ndr/srv_wkssvc.h" +#include "../librpc/gen_ndr/srv_epmapper.h" #include "printing/nt_printing_migrate.h" -- cgit