]> code.ossystems Code Review - openembedded-core.git/commit
libproxy: Fix build errors due to missing prototypes
authorKhem Raj <raj.khem@gmail.com>
Thu, 1 Mar 2012 18:08:03 +0000 (10:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2012 23:14:16 +0000 (23:14 +0000)
commitf32b30ef4711fe602a11549f77be06a0eef2fc0d
treeecc8b158df49afb162ea7ed25cd8af488ff60466
parente579eb7f33462258c8e82a0936d970593614840d
libproxy: Fix build errors due to missing prototypes

g++ really does not like the missing prototypes
here we were missing close() and read() so include
unistd.h to get them

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libproxy/libproxy/g++-namepace.patch [new file with mode: 0644]
meta/recipes-support/libproxy/libproxy_0.4.7.bb