From 906d3fd22ab224780f155c04e32facb884f6afb5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Mar 2006 17:58:25 +0000 Subject: r14082: fix the build of process model thread metze (This used to be commit 63778a76be8212baad8f4668b0ffcc3b6732857e) --- source4/smbd/process_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smbd/process_thread.c') diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c index bab630ef22..47ddd244c5 100644 --- a/source4/smbd/process_thread.c +++ b/source4/smbd/process_thread.c @@ -33,7 +33,7 @@ #include "lib/events/events.h" #include "dlinklist.h" #include "smb_server/smb_server.h" -#include "mutex.h" +#include "lib/util/mutex.h" /* For specifying event context to GSSAPI below */ #include "system/kerberos.h" -- cgit