Merge pull request #544 from kraj/kraj/musl

usbbus: Include stdint.h for uintX_t
This commit is contained in:
Adam Laurie 2020-04-04 18:31:26 +01:00 committed by GitHub
commit 004eff8e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@
#ifndef _WIN32
// Under POSIX system, we use libusb (>= 0.1.12)
#include <stdint.h>
#include <usb.h>
#define USB_TIMEDOUT ETIMEDOUT
#define _usb_strerror( X ) strerror(-X)