blob: bb4401754805eca899b1304911ab5ba42a322270 (
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
|
=== modified file 'nepenthes-core/include/Config.hpp'
--- nepenthes-core/include/Config.hpp 2009-02-03 09:39:19 +0000
+++ nepenthes-core/include/Config.hpp 2009-02-03 09:40:10 +0000
@@ -32,6 +32,8 @@
#include <vector>
#include <map>
+#include <cstring>
+#include <stdlib.h>
// mmap()
#ifdef WIN32
=== modified file 'nepenthes-core/include/Nepenthes.hpp'
--- nepenthes-core/include/Nepenthes.hpp 2009-02-03 09:39:19 +0000
+++ nepenthes-core/include/Nepenthes.hpp 2009-02-03 09:40:12 +0000
@@ -40,6 +40,8 @@
#include <stdint.h>
#include <string>
+#include <cstring>
+#include <cstdlib>
typedef unsigned char byte;
|