freebsd-ports/textproc/jade/files/patch-Ptr.h
Jun Kuriyama f84cbb1d39 o Add WWW:.
o Update Debian's patch to -35.
o Unbreak on gcc-3.3 (same method as openjade/opensp).
2003-07-22 01:49:54 +00:00

10 lines
260 B
C

--- include/Ptr.h.orig Wed Oct 7 14:15:50 1998
+++ include/Ptr.h Tue Jul 22 09:19:49 2003
@@ -5,6 +5,7 @@
#define Ptr_INCLUDED 1
#include "Boolean.h"
+#include "Resource.h"
// T must have Resource as a public base class
// T may be an incomplete type