Summary: | include sys/sysmacros.h for major/minor/makedev funcs | ||
---|---|---|---|
Product: | udisks | Reporter: | Mike Frysinger <vapier> |
Component: | general | Assignee: | Martin Pitt <martin.pitt> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | 0001-include-sys-sysmacros.h-for-major-minor-makedev.patch |
Applied, 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.
Created attachment 123079 [details] 0001-include-sys-sysmacros.h-for-major-minor-makedev.patch Linux C libraries are moving away from implicit includes of sys/sysmacros.h, so pull in this header directly in the files that use these funcs.