aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-08-24 00:13:07 +0200
committerKay Sievers <kay.sievers@suse.de>2006-08-24 00:13:07 +0200
commit34bb5d057c99fa433392e0d5c17f604c8c111381 (patch)
tree3434f72268aaeb717577960542e408ea87ee2a9a
parent56f914e63b2295b2755cf66be02a8874de7f2b8a (diff)
downloadudev-34bb5d057c99fa433392e0d5c17f604c8c111381.tar.gz
udev_db.c: include <sys/stat.h>
-rw-r--r--udev_db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev_db.c b/udev_db.c
index 86a3ea7a..99d73bd5 100644
--- a/udev_db.c
+++ b/udev_db.c
@@ -29,6 +29,8 @@
#include <string.h>
#include <errno.h>
#include <dirent.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include "udev.h"