add clarification why sys/sysmacros.h must be in udev.h
This commit is contained in:
parent
960c902c12
commit
6685cfaeba
1 changed files with 3 additions and 0 deletions
3
udev.h
3
udev.h
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue