Le 23/06/2016 01:48, Kylie McClain a écrit : > 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> > Reviewed-By: David Fort <cont...@hardening-consulting.com>
-- David FORT website: http://www.hardening-consulting.com/ _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel