summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2015-10-12 17:51:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-10-13 09:21:03 +0100
commit7000c07834af2231145519ae6fd81c6297bf9004 (patch)
treedef4187d4bdc7bdda002ac1d30e50889d7f13992 /sdext
parentec20e65469924868fdc02960ef3ed07b245c9c18 (diff)
Fix building with --enable-pdfimport on FreeBSD.
Found-by: Don Lewis Patch-by: Don Lewis (cherry picked from commit 788b479fff17918d21d26f71ce33c4cea0835251) Change-Id: Idb72387186a7575989292179d52e4629415e5741
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index 998af4a419c1..92d72dc6c5fa 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -63,10 +63,8 @@
#include <memory>
#include <unordered_map>
#include <string.h>
-#ifdef WNT
#include <stdlib.h>
#include <ctype.h>
-#endif
#include "rtl/bootstrap.h"