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>
Wed, 25 Oct 2017 16:50:27 +0000 (18:50 +0200)
commitd2fd6412a63655dd748ba4651e59898c6a8e7d03
tree9f208ce690096b27c07ca02d3451e449a885d233
parent367b4563b4cd466188bd4c8cf24ff0a125029c1c
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]