s3-aio_pthread: Fix the build
authorVolker Lendecke <vl@samba.org>
Tue, 10 Jan 2012 09:12:49 +0000 (10:12 +0100)
committerVolker Lendecke <vlendec@samba.org>
Tue, 10 Jan 2012 10:54:01 +0000 (11:54 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Jan 10 11:54:01 CET 2012 on sn-devel-104

source3/modules/vfs_aio_pthread.c

index 65882d5c45a83d8180bf424669fa3474d50fdf45..82611b0a7b7a535db044ad5b41a28a36ae14846e 100644 (file)
@@ -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;