tools/mklibs: add missing <unistd.h> in readelf/elf.cpp
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Apr 2012 15:11:32 +0000 (15:11 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Apr 2012 15:11:32 +0000 (15:11 +0000)
commita8d663260d3f628a040bfc195f80da2baa5e4157
tree80651e284578c9e1c4d64e62c9ede84ca65f663f
parenta0f0213462a338b776787016b6b6125ab49a48fb
tools/mklibs: add missing <unistd.h> in readelf/elf.cpp

Fixes compile on my Arch Linux system, as unistd.h is needed for ::close().

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 31315
tools/mklibs/patches/011-missing_unistd.patch [new file with mode: 0644]