From 5ec284d15289c5716114bff99a19890abbd45fb3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Feb 2011 11:55:45 +1100 Subject: build: moved librpc/rpc/*.c into a rpccommon library Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104 --- librpc/rpc/binding_handle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc/rpc/binding_handle.c') diff --git a/librpc/rpc/binding_handle.c b/librpc/rpc/binding_handle.c index 93c0fd4f00..9ad7a9bde8 100644 --- a/librpc/rpc/binding_handle.c +++ b/librpc/rpc/binding_handle.c @@ -23,6 +23,7 @@ #include #include "../lib/util/tevent_ntstatus.h" #include "librpc/rpc/dcerpc.h" +#include "rpc_common.h" struct dcerpc_binding_handle { void *private_data; -- cgit