<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- base/aiksaurus.t.cpp~	2003-06-27 03:44:38.000000000 +0200
+++ base/aiksaurus.t.cpp	2008-11-10 20:48:31.000000000 +0100
@@ -24,6 +24,7 @@
 #include "config.h"
 #include &lt;iostream&gt;
 #include &lt;string&gt;
+#include &lt;cstdlib&gt;
 using namespace std;
 using AiksaurusImpl::AsciiCompare;
 
--- gtk/src/Display.cpp~	2003-05-28 01:56:54.000000000 +0200
+++ gtk/src/Display.cpp	2008-11-10 20:54:16.000000000 +0100
@@ -22,6 +22,7 @@
 #include "Meaning.h"
 #include "DialogMediator.h"
 #include "Exception.h"
+#include &lt;cstring&gt;
 using namespace std;
 
 namespace AiksaurusGTK_impl
--- gtk/src/gtkAiksaur.t.cpp~	2002-01-12 03:02:12.000000000 +0100
+++ gtk/src/gtkAiksaur.t.cpp	2008-11-10 20:54:40.000000000 +0100
@@ -23,6 +23,7 @@
 #include &lt;gtk/gtk.h&gt;
 #include &lt;iostream&gt;
 #include &lt;string&gt;
+#include &lt;cstdlib&gt;
 using namespace std;
 
 int main(int argc, char** argv)
</pre></body></html>