make_ext4fs: fix build on musl systems
authorJohannes Kimmel <freifunk@mail.bareminimum.eu>
Fri, 6 Dec 2019 17:05:16 +0000 (18:05 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 7 Dec 2019 13:49:14 +0000 (14:49 +0100)
commitec17045ec0ac95f19221aa29624ab32ade842224
tree278302c44b219877b99eac1c49d611663b8d034f
parenteebda1d55d9701ace2700d7ae461697fadf52d1f
make_ext4fs: fix build on musl systems

Include sys/sysmacros.h on all systems, except MACOS.

The previous change only included the header on glibc systems:
3af931b0b6545757aaeadb13f9bb9da0296fc172

Signed-off-by: Johannes Kimmel <freifunk@mail.bareminimum.eu>
ext4_utils.h