summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_pthread.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-01-10 10:12:49 +0100
committerVolker Lendecke <vlendec@samba.org>2012-01-10 11:54:01 +0100
commita8441f933e495a12a6c5717e6203140962439728 (patch)
treec95590d5b67c79563c444d446a9dc34ce56e06cf /source3/modules/vfs_aio_pthread.c
parenteae9c74794994de990b9877247893de21a410b1c (diff)
downloadsamba-a8441f933e495a12a6c5717e6203140962439728.tar.gz
samba-a8441f933e495a12a6c5717e6203140962439728.tar.bz2
samba-a8441f933e495a12a6c5717e6203140962439728.zip
s3-aio_pthread: Fix the build
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 10 11:54:01 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/modules/vfs_aio_pthread.c')
-rw-r--r--source3/modules/vfs_aio_pthread.c2
1 files changed, 1 insertions, 1 deletions
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;