mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
12 lines
292 B
C++
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__
|