From: Kylie McClain <soma...@exherbo.org> `uint` is defined in sys/types.h on musl libc.
Signed-off-by: Kylie McClain <soma...@exherbo.org> --- src/scanner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scanner.c b/src/scanner.c index 4708cae..48d6014 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -38,6 +38,7 @@ #include <getopt.h> #include <limits.h> #include <unistd.h> +#include <sys/types.h> #if HAVE_LIBXML #include <libxml/parser.h> -- 2.9.0 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel