Author: damjan Date: Mon Oct 12 17:51:16 2015 New Revision: 1708179 URL: http://svn.apache.org/viewvc?rev=1708179&view=rev Log: Fix building with --enable-pdfimport on FreeBSD.
Found-by: Don Lewis Patch-by: Don Lewis Modified: openoffice/trunk/main/sdext/source/pdfimport/wrapper/wrapper.cxx Modified: openoffice/trunk/main/sdext/source/pdfimport/wrapper/wrapper.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sdext/source/pdfimport/wrapper/wrapper.cxx?rev=1708179&r1=1708178&r2=1708179&view=diff ============================================================================== --- openoffice/trunk/main/sdext/source/pdfimport/wrapper/wrapper.cxx (original) +++ openoffice/trunk/main/sdext/source/pdfimport/wrapper/wrapper.cxx Mon Oct 12 17:51:16 2015 @@ -66,15 +66,11 @@ #include <hash_map> #include <string.h> -#ifdef WNT #include <stdlib.h> #include <ctype.h> -#endif #include "rtl/bootstrap.h" -#include <string.h> // memcmp - #ifndef PDFI_IMPL_IDENTIFIER # error define implementation name for pdfi extension, please! #endif