Index: head/textproc/htmltolatex/files/patch-Attribute.h =================================================================== --- head/textproc/htmltolatex/files/patch-Attribute.h (nonexistent) +++ head/textproc/htmltolatex/files/patch-Attribute.h (revision 87088) @@ -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 + Property changes on: head/textproc/htmltolatex/files/patch-Attribute.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/htmltolatex/files/patch-abstractTable.cpp =================================================================== --- head/textproc/htmltolatex/files/patch-abstractTable.cpp (revision 87087) +++ head/textproc/htmltolatex/files/patch-abstractTable.cpp (revision 87088) @@ -1,24 +1,22 @@ - -$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. * */ + +using namespace std; + #include "abstractTable.h" #include "safe_ostrstream.h" #include "util.h" ++#include #include //#define DEBUG 1 - -using namespace std; - ostream& operator<<(ostream &o,const tabCell &c) { Property changes on: head/textproc/htmltolatex/files/patch-abstractTable.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property