aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-26 17:09:18 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-26 17:09:18 +0000
commitc30b035b5d2aef6be312aa2f5006657620988058 (patch)
treeb0cdd2a69d815e3749e754cd7618ad3ce77eec30
parent13f9d5e60ca12971f8d46ecbba7efa37b02f0c75 (diff)
downloadports-c30b035b5d2aef6be312aa2f5006657620988058.tar.gz
ports-c30b035b5d2aef6be312aa2f5006657620988058.zip
Unbroke on -current: don't include malloc.h.
Notes
Notes: svn path=/head/; revision=50581
-rw-r--r--www/viewml/files/patch-fltk::history.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/viewml/files/patch-fltk::history.cpp b/www/viewml/files/patch-fltk::history.cpp
new file mode 100644
index 000000000000..a58bf4c32009
--- /dev/null
+++ b/www/viewml/files/patch-fltk::history.cpp
@@ -0,0 +1,10 @@
+
+$FreeBSD$
+
+--- fltk/history.cpp 2001/11/26 17:09:52 1.1
++++ fltk/history.cpp 2001/11/26 17:09:59
+@@ -1,4 +1,3 @@
+-#include <malloc.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>