From 3882113e6f44d0adbc321d97931a6e9a37a149b8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 13 Jul 2012 10:22:05 +0200 Subject: s3: Fix the build Signed-off-by: Jeremy Allison --- source3/smbd/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index a78a2bf87e..16e2d78608 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -64,6 +64,7 @@ void srv_set_signing(struct smbd_server_connection *conn, /* The following definitions come from smbd/aio.c */ +struct aio_extra; bool aio_write_through_requested(struct aio_extra *aio_ex); NTSTATUS schedule_aio_read_and_X(connection_struct *conn, struct smb_request *req, -- cgit