diff options
Diffstat (limited to 'cad/salome-kernel/files/patch-SALOME_Comm_i.cxx')
| -rw-r--r-- | cad/salome-kernel/files/patch-SALOME_Comm_i.cxx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/salome-kernel/files/patch-SALOME_Comm_i.cxx b/cad/salome-kernel/files/patch-SALOME_Comm_i.cxx new file mode 100644 index 000000000000..3652ad07a7ff --- /dev/null +++ b/cad/salome-kernel/files/patch-SALOME_Comm_i.cxx @@ -0,0 +1,13 @@ +--- src/Communication/SALOME_Comm_i.cxx.orig 2010-06-17 21:08:32.000000000 +0700 ++++ src/Communication/SALOME_Comm_i.cxx 2010-11-15 15:55:02.000000000 +0600 +@@ -22,8 +22,10 @@ + + #include "SALOME_Comm_i.hxx" + #ifndef WIN32 ++#include <rpc/types.h> + #include <rpc/xdr.h> + #endif ++#include <cstdio> + #include "omniORB4/poa.h" + #include "omnithread.h" + #include "Utils_SINGLETON.hxx" |
