376b9dd6fc
- build system has been converted to use autotools - use '--enable-compat-symlinks' to install symlinks for legacy names of the tools - udev support - add patch to fix compilation with musl libc (upstreamed)
10 lines
163 B
Diff
10 lines
163 B
Diff
--- src/device_info.c.orig
|
|
+++ src/device_info.c
|
|
@@ -17,6 +17,7 @@
|
|
*/
|
|
|
|
|
|
+#include <limits.h>
|
|
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
#include <sys/types.h>
|