chiark / gitweb /
libudev: include <sys/types.h>
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 16 Dec 2008 13:48:33 +0000 (14:48 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 16 Dec 2008 13:48:33 +0000 (14:48 +0100)
udev/lib/libudev.h

index ea6c9ddf02960c06eeeca588b3f88011d21fb9fe..64746ad7c82da37bcd501528a602b63d3e006677 100644 (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 */