1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/cad/opencascade/files/patch-src_OSD_OSD_SharedLibrary.cxx
2014-05-06 19:38:13 +00:00

12 lines
292 B
C++

--- src/OSD/OSD_SharedLibrary.cxx.orig 2014-04-29 11:40:36.000000000 +0200
+++ src/OSD/OSD_SharedLibrary.cxx 2014-05-04 14:21:09.000000000 +0200
@@ -25,7 +25,7 @@
#include <stdio.h>
#ifdef HAVE_MALLOC_H
-# include <malloc.h>
+# include <stdlib.h>
#endif
#ifdef __some_crappy_system__