From: Steinar H. Gunderson Date: Mon, 5 Oct 2015 20:49:08 +0000 (+0200) Subject: Add a missing forward declaration. X-Git-Tag: 0.4~59 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=30929c8ebab480afe338104cbc490016d8dcc932;p=bmusb Add a missing forward declaration. --- diff --git a/bmusb.h b/bmusb.h index 9b74730..301350f 100644 --- a/bmusb.h +++ b/bmusb.h @@ -10,6 +10,8 @@ #include #include +struct libusb_transfer; + // An interface for frame allocators; if you do not specify one // (using set_video_frame_allocator), a default one that pre-allocates // a freelist of eight frames using new[] will be used. Specifying