1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-29 21:55:25 +03:00

libudev: include <sys/types.h>

This commit is contained in:
Kay Sievers 2008-12-16 14:48:33 +01:00
parent 14e1827888
commit 4f06aaa9d8

View File

@ -21,6 +21,7 @@
#define _LIBUDEV_H_
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
/* this will stay as long as the DeviceKit integration of udev is work in progress */