freebsd-ports/news/PicMonger/files/patch-ab
Donald Burr 0ee0426a57 Import of new port news/PicMonger, a little GTK utility that makes
it easy to decode those "naughty" groups. :)

Obtained from:		freshmeat, of course :)
2000-07-24 05:57:31 +00:00

12 lines
276 B
Text

--- HtmlGenerator.h.old Sun Jul 23 01:19:44 2000
+++ HtmlGenerator.h Sun Jul 23 01:19:46 2000
@@ -28,6 +28,9 @@
#include <list>
#include <fstream>
#include "Exceptions.h"
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
#include "PreviewPage.h"
class HtmlGenerator