summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-12-16 14:48:33 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-12-16 14:48:33 +0100
commit4f06aaa9d8dc710826c92ba97d11e57858e8370a (patch)
tree2ee7c05f3760c0a299c71ae42b609e68fab4c2d0 /udev
parent14e182788853c56b14aa28dccf326c7d1671cfb5 (diff)
libudev: include <sys/types.h>
Diffstat (limited to 'udev')
-rw-r--r--udev/lib/libudev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev/lib/libudev.h b/udev/lib/libudev.h
index ea6c9ddf02..64746ad7c8 100644
--- a/udev/lib/libudev.h
+++ b/udev/lib/libudev.h
@@ -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 */