Bug 102951

Summary: [PATCH] Form.cc: include ctype.h to fix build error
Product: poppler Reporter: Bernd Kuhls <berndkuhls>
Component: generalAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Patch

Description Bernd Kuhls 2017-09-23 09:41:17 UTC
Created attachment 134446 [details] [review]
Patch
Comment 1 Bernd Kuhls 2017-09-23 09:41:38 UTC
Fixes
Form.cc:546:28: error: 'isdigit' was not declared in this scope
Form.cc:548:34: error: 'isxdigit' was not declared in this scope
Form.cc:575:40: error: 'isxdigit' was not declared in this scope

detected by buildroot autobuilders:
http://autobuild.buildroot.net/results/a6a/a6a336f8b6a0136b204a34091e33dc4598178125/
when cross-compiling with
gcc version 4.7.3 (crosstool-NG hg+-c65fcf8a34b7)
Comment 2 Albert Astals Cid 2017-09-24 21:57:48 UTC
pushed, thanks

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.