From a8441f933e495a12a6c5717e6203140962439728 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 10 Jan 2012 10:12:49 +0100 Subject: s3-aio_pthread: Fix the build Autobuild-User: Volker Lendecke Autobuild-Date: Tue Jan 10 11:54:01 CET 2012 on sn-devel-104 --- source3/modules/vfs_aio_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/modules/vfs_aio_pthread.c b/source3/modules/vfs_aio_pthread.c index 65882d5c45..82611b0a7b 100644 --- a/source3/modules/vfs_aio_pthread.c +++ b/source3/modules/vfs_aio_pthread.c @@ -25,7 +25,7 @@ #include "system/filesys.h" #include "system/shmem.h" #include "smbd/smbd.h" -#include "pthreadpool.h" +#include "lib/pthreadpool/pthreadpool.h" struct aio_extra; static struct pthreadpool *pool; -- cgit