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)
commit1452c74daf06425706c98db6e3a0516364539290
treedb789190001433de00468ea0869e83f0f44b7ee1
parentadcde9f983c72fc7d5b7aa1035bdf5bac706c6ac
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31315 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/mklibs/patches/011-missing_unistd.patch [new file with mode: 0644]