diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-27 01:09:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-27 01:09:18 +0800 |
commit | a658cf7a3872e90311161294e2a4489ba3832f73 (patch) | |
tree | dc8b5123e55d7c53ba29f9907ad378eee5729932 /www/viewml | |
parent | 4c62b763c86c09d35ae253b7aba1697a07095fd7 (diff) | |
download | freebsd-ports-gnome-a658cf7a3872e90311161294e2a4489ba3832f73.tar.gz freebsd-ports-gnome-a658cf7a3872e90311161294e2a4489ba3832f73.tar.zst freebsd-ports-gnome-a658cf7a3872e90311161294e2a4489ba3832f73.zip |
Unbroke on -current: don't include malloc.h.
Diffstat (limited to 'www/viewml')
-rw-r--r-- | www/viewml/files/patch-fltk::history.cpp | 10 |
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> |