From 5317dd50c01bb82881e2f641e43574a54c878967 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Dec 2008 16:32:18 +0100 Subject: Add new script for building IDL files in librpc/idl, generating both Samba 3 and Samba 4 output. --- librpc/gen_ndr/srv_epmapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/gen_ndr/srv_epmapper.c') diff --git a/librpc/gen_ndr/srv_epmapper.c b/librpc/gen_ndr/srv_epmapper.c index a31d89b8e8..68e4a41393 100644 --- a/librpc/gen_ndr/srv_epmapper.c +++ b/librpc/gen_ndr/srv_epmapper.c @@ -4,7 +4,7 @@ */ #include "includes.h" -#include "librpc/gen_ndr/srv_epmapper.h" +#include "../librpc/gen_ndr/srv_epmapper.h" static bool api_epm_Insert(pipes_struct *p) { -- cgit