From ecf0dd6bafaa95692c3ece94b6f71446cd54ebdc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 16 Mar 2006 20:02:31 +0000 Subject: r14488: Install more headers. Generate different #include lines in pidl depending on whether we're building inside or outside of the Samba tree (useful for 3rd-party projects). (This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049) --- source4/librpc/ndr/libndr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/librpc/ndr/libndr.h') diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index d3ff7c5e42..4b6d128ec4 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -23,6 +23,8 @@ #include "core.h" #include "lib/talloc/talloc.h" +#include "lib/util/util.h" /* for discard_const */ +#include "lib/charset/charset.h" /* this provides definitions for the libcli/rpc/ MSRPC library -- cgit