freebsd-ports/news/PicMonger/files/patch-ac
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
388 B
Plaintext

--- PreviewPage.cpp.old Sun Jul 23 01:21:56 2000
+++ PreviewPage.cpp Sun Jul 23 01:21:58 2000
@@ -18,6 +18,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#endif
#include "PreviewPage.h"
#include "Thumbnail.h"
#include "HtmlOptionState.h"