diff options
author | Volker Lendecke <vl@samba.org> | 2012-01-10 10:12:49 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2012-01-10 11:54:01 +0100 |
commit | a8441f933e495a12a6c5717e6203140962439728 (patch) | |
tree | c95590d5b67c79563c444d446a9dc34ce56e06cf /source3/modules/vfs_aio_pthread.c | |
parent | eae9c74794994de990b9877247893de21a410b1c (diff) | |
download | samba-a8441f933e495a12a6c5717e6203140962439728.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aio_pthread.c b/source3/modules/vfs_aio_pthread.c index 65882d5c45a..82611b0a7b7 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; |