freebsd-ports/cad/opencascade/files/patch-src_OSD_OSD_MemInfo.cxx

12 lines
286 B
C++
Raw Normal View History

2014-05-06 21:38:13 +02:00
--- src/OSD/OSD_MemInfo.cxx.orig 2014-04-29 11:40:36.000000000 +0200
+++ src/OSD/OSD_MemInfo.cxx 2014-05-04 14:18:16.000000000 +0200
@@ -28,7 +28,7 @@
#include <malloc/malloc.h>
#else
#include <unistd.h>
- #include <malloc.h>
+ #include <stdlib.h>
#endif
#include <string>