forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
266 B
C++
11 lines
266 B
C++
--- libpbe/src/format.cc.orig 2009-11-20 00:12:52.878597868 -0800
|
|
+++ libpbe/src/format.cc 2009-11-20 00:13:07.402710981 -0800
|
|
@@ -21,7 +21,7 @@
|
|
#include <string>
|
|
#include <cstdarg>
|
|
#include <cstdio>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
|
|
|
|
namespace pbe {
|