Skip to content
Commit 773f8d4b authored by Richard Kunze's avatar Richard Kunze
Browse files

sispmctl: fix compilation error with musl



Unpatched compile fails because <sys/types.h> is not included
in <usb.h> (provided by "libusb-compat") and consequently
the 'u_int*_t' types are not found.

This should probably better be fixed in the core "libusb-compat"
package instead.

Signed-off-by: default avatarRichard Kunze <richard.kunze@web.de>
parent 7c94f615
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment