1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/news/PicMonger/files/patch-ad
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
368 B
Plaintext

--- HtmlOptionState.cpp.old Sun Jul 23 01:47:29 2000
+++ HtmlOptionState.cpp Sun Jul 23 01:47:43 2000
@@ -17,6 +17,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 "HtmlOptionState.h"
#include <fstream>