aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils/patches/120-include_sysmacros.patch
Commit message (Collapse)AuthorAgeFilesLines
* tools/mtd-utils: include sysmacros.h explicitlyAlex Maclean2017-10-271-0/+25
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#1015 Signed-off-by: Alex Maclean <monkeh@monkeh.net> [refresh patches] Signed-off-by: Mathias Kresin <dev@kresin.me>