tctool: include unistd.h for close()
authorFlorian Fainelli <florian@openwrt.org>
Thu, 13 Mar 2014 16:52:10 +0000 (16:52 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 13 Mar 2014 16:52:10 +0000 (16:52 +0000)
commit2c032b17221ab70eb809b59f467b07b16fcfd05d
tree2024294800e19bbf50a5de4056408925d6e7731a
parent8ebbfab5e4b2e761b9b88e6e265c0af8d2e791e8
tctool: include unistd.h for close()

We were failing the build due to a missing prototype for close().

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39921
net/tctool/Makefile
net/tctool/patches/001_Makefile_fix.diff
net/tctool/patches/005-fix-gcc_4_3-compile.patch
net/tctool/patches/006-fix_close_declaration.patch [new file with mode: 0644]