Fix serverel gcc 4.3 related build failures.
[openwrt/svn-archive/archive.git] / lang / urbi / patches / 005-fix-gcc_4_3-compile.patch
1 diff --git a/libport/semaphore.hxx b/libport/semaphore.hxx
2 index bb2546d..38b0d8e 100644
3 --- a/libport/semaphore.hxx
4 +++ b/libport/semaphore.hxx
5 @@ -5,6 +5,7 @@
6 # include "exception.hh"
7 # include <sstream>
8 # include <string>
9 +# include <cstring>
10
11 namespace libport
12 {