xrmx / bootchart

merge of bootchart-collector and pybootchartgui
GNU General Public License v2.0
233 stars 87 forks source link

include sys/sysmacros.h for major/minor/makedev #72

Closed vapier closed 8 years ago

vapier commented 8 years ago

These funcs are defined in the sys/sysmacros.h header, not sys/types.h. Linux C libraries are updating to drop the implicit include, so we need to include it explicitly.

xrmx commented 8 years ago

Thanks, is this for musl?

vapier commented 8 years ago

it's for all of them in the future. glibc is in the process of migrating.

xrmx commented 8 years ago

Merged, thanks