From fa37dbf96024482e3b1a0269a940b6e722d550e4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 16 Apr 2009 10:17:57 +1000 Subject: Fix building the now common msrpc_parse code --- libcli/auth/msrpc_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/auth/msrpc_parse.c') diff --git a/libcli/auth/msrpc_parse.c b/libcli/auth/msrpc_parse.c index 6c60258ad3..2f78f5f190 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 -- cgit