freebsd-ports/news/PicMonger/files/patch-ae
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

13 lines
327 B
Plaintext

--- HtmlOptions.cpp.old Sun Jul 23 01:54:30 2000
+++ HtmlOptions.cpp Sun Jul 23 01:54:42 2000
@@ -18,6 +18,9 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "HtmlOptions.h"
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
#include "HtmlOptionState.h"
#include "Exceptions.h"