xrmx / bootchart

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

collector: include missing header for makedev #82

Closed manoj23 closed 5 years ago

manoj23 commented 5 years ago

I could not compile on Archlinux without this include. Otherwise, I had that error:

collector.c:(.text.startup+0x18c): undefined reference to `makedev'

manoj23 commented 5 years ago

Argh, it was not included in 0.14.8 but it is already here on master.