diff options
Diffstat (limited to 'news/PicMonger/files/patch-ae')
-rw-r--r-- | news/PicMonger/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/news/PicMonger/files/patch-ae b/news/PicMonger/files/patch-ae new file mode 100644 index 000000000000..2296661f5608 --- /dev/null +++ b/news/PicMonger/files/patch-ae @@ -0,0 +1,12 @@ +--- 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" + |