From f9529111af758191c0c3ad5794ea9a5fe1e2a59b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 05:29:38 +0000 Subject: r5301: fixed pthreads build (This used to be commit a7a72de07b3197b2ebfe8fe33a4e017e384dec6f) --- source4/smbd/process_thread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c index 988af86357..46758af19e 100644 --- a/source4/smbd/process_thread.c +++ b/source4/smbd/process_thread.c @@ -29,6 +29,7 @@ #include #endif #include "system/wait.h" +#include "system/filesys.h" #include "lib/events/events.h" #include "dlinklist.h" #include "smb_server/smb_server.h" -- cgit