tools/findutils: include sysmacros.h explicitly
authorAlex Maclean <monkeh@monkeh.net>
Mon, 23 Oct 2017 12:43:43 +0000 (13:43 +0100)
committerMathias Kresin <dev@kresin.me>
Fri, 27 Oct 2017 09:19:38 +0000 (11:19 +0200)
commit4a5de1f4309fe2de6a9af8c4d1b0e7b65372cee9
treed25f48ad6403fcdde348f6fdc5de74df45641bb5
parentd4e7af52788fe6a5495064606e674ed6897a69cb
tools/findutils: include sysmacros.h explicitly

glibc is moving to remove the include of sys/sysmacros.h from
sys/types.h, and some distros have done this early. Other libcs may
already lack this include. Include sysmacros.h explicitly.

Fixes: FS#1016
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
tools/findutils/patches/100-include_sysmacros.patch [new file with mode: 0644]