diff --git a/textproc/htmltolatex/files/patch-Attribute.h b/textproc/htmltolatex/files/patch-Attribute.h new file mode 100644 index 000000000000..a51f4ac6f43c --- /dev/null +++ b/textproc/htmltolatex/files/patch-Attribute.h @@ -0,0 +1,10 @@ +--- Attribute.h.orig Sat Aug 16 16:14:02 2003 ++++ Attribute.h Sat Aug 16 16:14:11 2003 +@@ -21,6 +21,7 @@ + #ifndef ATTRIBUTE_H_ + #define ATTRIBUTE_H_ + ++#include + #include + #include + diff --git a/textproc/htmltolatex/files/patch-abstractTable.cpp b/textproc/htmltolatex/files/patch-abstractTable.cpp index 883ff69a1b9f..86489ceffc27 100644 --- a/textproc/htmltolatex/files/patch-abstractTable.cpp +++ b/textproc/htmltolatex/files/patch-abstractTable.cpp @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- abstractTable.cpp.orig Fri Feb 21 03:09:19 2003 -+++ abstractTable.cpp Fri Feb 21 03:09:34 2003 -@@ -18,15 +18,15 @@ +--- abstractTable.cpp.orig Wed Oct 10 05:24:26 2001 ++++ abstractTable.cpp Sat Aug 16 16:13:04 2003 +@@ -18,15 +18,16 @@ * Boston, MA 02111-1307, USA. * */ @@ -13,6 +10,7 @@ $FreeBSD$ #include "abstractTable.h" #include "safe_ostrstream.h" #include "util.h" ++#include #include //#define DEBUG 1