]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/macro.h
include sys/sysmacros.h in more places 2838/head
authorMike Frysinger <vapier@gentoo.org>
Mon, 14 Mar 2016 21:44:49 +0000 (17:44 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Mar 2016 03:29:10 +0000 (23:29 -0400)
commit27d13af71c3af6b2f9b60556d2c046dbb6e36e23
tree4fa85c4719310dc25b843248fc7151484dd3b05d
parentca9bc74bd0c80492af1f1b59f34094eddbea3c33
include sys/sysmacros.h in more places

Since glibc is moving away from implicitly including sys/sysmacros.h
all the time via sys/types.h, include the header directly in more
places.  This seems to cover most makedev/major/minor usage.
src/basic/macro.h
src/basic/util.h
src/libudev/libudev.h
src/systemd/sd-device.h
src/udev/udev.h