summaryrefslogtreecommitdiff
blob: 6b1f574628df0d32f8e664cca615d36c497bd91c (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
--- cob/menu.cpp
+++ cob/menu.cpp
@@ -16,6 +16,7 @@
  ***************************************************************************/
 
 #include "cob.hxx"
+#include <cstring>
 
 //	**************************************************************************************************************************
 //
--- cob/sdw.hxx
+++ 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) { }
 };
 
-};
+}