1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +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 */