add clarification why sys/sysmacros.h must be in udev.h

This commit is contained in:
illiliti
2021-05-07 10:26:32 +03:00
parent 960c902c12
commit 6685cfaeba

3
udev.h
View File

@@ -1,5 +1,8 @@
#include <stdarg.h>
#include <sys/types.h>
// we must keep this include here to fix some legacy programs
// https://freenode.logbot.info/kisslinux/20200722#c4467755
#include <sys/sysmacros.h>
#ifndef _LIBUDEV_H_