summaryrefslogtreecommitdiff
path: root/meta/recipes-support/libproxy/libproxy/g++-namepace.patch
Commit message (Collapse)AuthorAgeFilesLines
* libproxy: Fix build errors due to missing prototypesKhem Raj2012-03-011-0/+22
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>