add missing includes ('unistd.h') for mklibs
authorMirko Vogt <mirko@openwrt.org>
Thu, 12 Apr 2012 12:19:56 +0000 (12:19 +0000)
committerMirko Vogt <mirko@openwrt.org>
Thu, 12 Apr 2012 12:19:56 +0000 (12:19 +0000)
commit1b7578845130f5ea6f4096f62bfe0f49a7315d4f
tree42afc0740ffb57f50a810b470355f08edd5edb7e
parent3c3941f1091aabed60c5183df25c8fd2566224f3
add missing includes ('unistd.h') for mklibs

This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case)

 - Thanks to Luka Perkov

SVN-Revision: 31259
tools/mklibs/patches/001-missing_includes.patch [new file with mode: 0644]
tools/mklibs/patches/001-missing_stdio.patch [deleted file]
tools/mklibs/patches/005-readelf_fixes.patch