tools/squashfs: include sysmacros.h explicitly
authorAlex Maclean <monkeh@monkeh.net>
Mon, 23 Oct 2017 12:47:55 +0000 (13:47 +0100)
committerMathias Kresin <dev@kresin.me>
Wed, 25 Oct 2017 16:50:27 +0000 (18:50 +0200)
commit8406e50df540b13a43c080a304ec675bc4fc2caf
treeed88dcbea30ad4fc3bbc720375606361bc14f30a
parent96dbf59e5ae9b2384d860008f92cb583412c1688
tools/squashfs: 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#1018
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
tools/squashfs/patches/130-include_sysmacros.patch [new file with mode: 0644]