Summary: |
poppler-0.63: missing header for struct timespec |
Product: |
poppler
|
Reporter: |
Thomas Klausner <tk> |
Component: |
general | Assignee: |
poppler-bugs <poppler-bugs> |
Status: |
RESOLVED
INVALID
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
unspecified | |
|
Hardware: |
All | |
|
OS: |
NetBSD | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Patch fixing the problem.
|
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.
Created attachment 138873 [details] Patch fixing the problem. In 0.63.0, two files started using struct timespec without included sys/time.h, which breaks the build on NetBSD. The attached patches fix this.