From f9a54a58d5401b22f859c4fd1e08f9dbf6c4f993 Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Mon, 7 Jan 2008 15:20:05 +0000 Subject: [PATCH] rpcrt4: ndr_stubless.h should include ndrtypes.h as it depends on types it defines. --- dlls/rpcrt4/ndr_stubless.c | 1 - dlls/rpcrt4/ndr_stubless.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/rpcrt4/ndr_stubless.c b/dlls/rpcrt4/ndr_stubless.c index c21b8098198..5c90aa0e012 100644 --- a/dlls/rpcrt4/ndr_stubless.c +++ b/dlls/rpcrt4/ndr_stubless.c @@ -37,7 +37,6 @@ #include "objbase.h" #include "rpc.h" #include "rpcproxy.h" -#include "ndrtypes.h" #include "wine/debug.h" #include "wine/rpcfc.h" diff --git a/dlls/rpcrt4/ndr_stubless.h b/dlls/rpcrt4/ndr_stubless.h index 1bd3a952d74..02850d196cf 100644 --- a/dlls/rpcrt4/ndr_stubless.h +++ b/dlls/rpcrt4/ndr_stubless.h @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +#include "ndrtypes.h" + /* there can't be any alignment with the structures in this file */ #include "pshpack1.h"