sispmctl: fix compilation error with musl
authorRichard Kunze <redacted>
Sun, 16 Nov 2014 09:47:10 +0000 (10:47 +0100)
committerRichard Kunze <redacted>
Sun, 16 Nov 2014 09:47:10 +0000 (10:47 +0100)
commit773f8d4b1350d85200262758c6f89557c3d7c185
tree9c17a827214133142015e183e3d1e6bee183fe17
parent7c94f6150650828f0c65527d0b6b0466f926a713
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: Richard Kunze <redacted>
utils/sispmctl/Makefile
utils/sispmctl/patches/001-fix-includes.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT