Use non-versionned libusb.h path

Last-Update: 2013-03-03

Reference: http://thread.gmane.org/gmane.comp.lib.libusb.devel.general/11611

Hopefully fixes the kFreeBSD FTBFS.

Gbp-Pq: Name use-non-versionned-libusbh-path.patch
This commit is contained in:
Didier Raboud 2022-06-07 14:19:51 +08:00 committed by 谢炜
parent f53e24c439
commit 0854ccbf36
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <libusb-1.0/libusb.h>
#include <libusb.h>
enum {
VFS301_DEFAULT_WAIT_TIMEOUT = 300,