Bug 102951 - [PATCH] Form.cc: include ctype.h to fix build error
Summary: [PATCH] Form.cc: include ctype.h to fix build error
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-23 09:41 UTC by Bernd Kuhls
Modified: 2017-09-24 21:57 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Patch (1.01 KB, patch)
2017-09-23 09:41 UTC, Bernd Kuhls
Details | Splinter Review

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.