From fa37dbf96024482e3b1a0269a940b6e722d550e4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 16 Apr 2009 10:17:57 +1000 Subject: [PATCH] Fix building the now common msrpc_parse code --- libcli/auth/msrpc_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/auth/msrpc_parse.c b/libcli/auth/msrpc_parse.c index 6c60258ad3a7..2f78f5f19006 100644 --- a/libcli/auth/msrpc_parse.c +++ b/libcli/auth/msrpc_parse.c @@ -20,7 +20,7 @@ */ #include "includes.h" -#include "auth/ntlmssp/msrpc_parse.h" +#include "libcli/auth/msrpc_parse.h" /* this is a tiny msrpc packet generator. I am only using this to -- 2.34.1