opnsense-ports/www/anyterm/files/patch-libpbe-src-format.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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 {