mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
11 lines
286 B
C++
11 lines
286 B
C++
--- 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>
|