2009-03-09 20:00:14 +00:00
|
|
|
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
|
|
|
|
{
|
2010-03-29 11:03:21 +00:00
|
|
|
--- a/src/liburbi/uconversion.cc 2007-01-31 11:37:04.000000000 +0100
|
|
|
|
+++ b/src/liburbi/uconversion.cc 2010-03-29 09:43:00.000000000 +0200
|
|
|
|
@@ -1,5 +1,7 @@
|
|
|
|
#include "urbi/uconversion.hh"
|
|
|
|
|
|
|
|
+#include <cstdio>
|
|
|
|
+
|
|
|
|
#ifndef NO_IMAGE_CONVERSION
|
|
|
|
# include <setjmp.h>
|
|
|
|
|