From 942c6eedf7dec7de7979609789ddd08e308e70c2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:44:11 +0100 Subject: source4/winbind: Fix prototypes for all functions. --- source4/winbind/wb_async_helpers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/winbind/wb_async_helpers.h') diff --git a/source4/winbind/wb_async_helpers.h b/source4/winbind/wb_async_helpers.h index 0dc2d4ff10..c930bc02a0 100644 --- a/source4/winbind/wb_async_helpers.h +++ b/source4/winbind/wb_async_helpers.h @@ -22,6 +22,8 @@ #ifndef __WB_ASYNC_HELPERS_H__ #define __WB_ASYNC_HELPERS_H__ +struct dcerpc_pipe; + #include "librpc/gen_ndr/lsa.h" struct wb_sid_object { -- cgit