packages/lang/urbi/patches/005-fix-gcc_4_3-compile.patch
lars 4dea6a9e1e Fix serverel gcc 4.3 related build failures.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-09 20:00:14 +00:00

13 lines
273 B
Diff

diff --git a/libport/semaphore.hxx b/libport/semaphore.hxx
index bb2546d..38b0d8e 100644
--- a/libport/semaphore.hxx
+++ b/libport/semaphore.hxx
@@ -5,6 +5,7 @@
# include "exception.hh"
# include <sstream>
# include <string>
+# include <cstring>
namespace libport
{