summaryrefslogtreecommitdiff
blob: bc7e6fb3e02ca777b8aa76b2ddc46e0d99ad8202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- a/cob/menu.cpp
+++ b/cob/menu.cpp
@@ -16,6 +16,7 @@
  ***************************************************************************/
 
 #include "cob.hxx"
+#include <cstring>
 
 //	**************************************************************************************************************************
 //
--- a/cob/sdw.hxx
+++ b/cob/sdw.hxx
@@ -19,6 +19,7 @@
 
 #include <iostream>
 #include <string>
+#include <cstdlib>
 
 namespace SDLWrapper                            // It's all nicely in a namespace SDLWrapper
 {
@@ -192,4 +193,4 @@
         AudioNoise(int l) : AudioBeep(0,l) { }
 };
 
-};
+}