[tools/mklibs] 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)
commit403d6d8d7b7d70435a33574116430813d9185c0e
tree0654667a896f59ced07e39a08a9034d8aeb420cf
parent69ca26d1822940b7fbb17865543f3e876a1f4c69
[tools/mklibs] 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