blob: 3625bbb5076013e77a267fb92367aab0d467a32e (
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
27
28
29
30
31
|
--- omnievents-2.6.2.orig/src/PersistNode.cc
+++ omnievents-2.6.2/src/PersistNode.cc
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <climits>
namespace OmniEvents {
--- omnievents-2.6.2.orig/src/Servant.cc
+++ omnievents-2.6.2/src/Servant.cc
@@ -35,6 +35,7 @@
#endif
#include <stdio.h> // sprintf
+#include <cstdlib>
#include <assert.h>
#ifdef HAVE_IOSTREAM
--- omnievents-2.6.2.orig/src/main.cc
+++ omnievents-2.6.2/src/main.cc
@@ -60,6 +60,7 @@
# include <omniORB4/internal/orbOptions.h>
#endif
+#include <cstdlib>
#include <stdio.h> // for sprintf
int main(int argc, char** argv)
|