1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-04 16:58:42 +03:00

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
This commit is contained in:
Volker Lendecke 2012-01-10 10:12:49 +01:00 committed by Volker Lendecke
parent eae9c74794
commit a8441f933e

View 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;