summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-31 16:15:08 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-10-31 16:15:08 +0100
commitac428a22e6bdbf71fb848ec30e42c8795eb6e50b (patch)
treeba346fafddbbda7ee961568cf161fc2443dec69c /source4/librpc
parent634e3df0248745809f56ed2e0b7674322fc4dbbe (diff)
downloadsamba-ac428a22e6bdbf71fb848ec30e42c8795eb6e50b.tar.gz
samba-ac428a22e6bdbf71fb848ec30e42c8795eb6e50b.tar.bz2
samba-ac428a22e6bdbf71fb848ec30e42c8795eb6e50b.zip
dcerpc: Fix include path so header installer translates it correctly during install.
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/dcerpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index 482e803a35..cc8d3d1429 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -29,7 +29,7 @@
#include "../lib/util/data_blob.h"
#include "librpc/gen_ndr/dcerpc.h"
-#include "librpc/ndr/libndr.h"
+#include "../librpc/ndr/libndr.h"
enum dcerpc_transport_t {
NCA_UNKNOWN, NCACN_NP, NCACN_IP_TCP, NCACN_IP_UDP, NCACN_VNS_IPC,