diff options
-rw-r--r-- | cad/opencascade/files/patch-ros_src_OSD_OSD_Timer.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/opencascade/files/patch-ros_src_OSD_OSD_Timer.cxx b/cad/opencascade/files/patch-ros_src_OSD_OSD_Timer.cxx new file mode 100644 index 000000000000..304428832c58 --- /dev/null +++ b/cad/opencascade/files/patch-ros_src_OSD_OSD_Timer.cxx @@ -0,0 +1,11 @@ +--- ./ros/src/OSD/OSD_Timer.cxx.orig 2003-11-17 19:44:23.000000000 +0100 ++++ ./ros/src/OSD/OSD_Timer.cxx 2009-02-10 21:58:31.000000000 +0100 +@@ -26,6 +26,8 @@ + # include <sys/time.h> + #endif + ++#include <stdlib.h> ++ + static struct timezone *tz=(struct timezone*) malloc(sizeof(struct timezone)); + + //======================================================================= |