diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-24 00:13:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-24 00:13:07 +0200 |
commit | 34bb5d057c99fa433392e0d5c17f604c8c111381 (patch) | |
tree | 3434f72268aaeb717577960542e408ea87ee2a9a /udev_db.c | |
parent | 56f914e63b2295b2755cf66be02a8874de7f2b8a (diff) |
udev_db.c: include <sys/stat.h>
Diffstat (limited to 'udev_db.c')
-rw-r--r-- | udev_db.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ #include <string.h> #include <errno.h> #include <dirent.h> +#include <sys/stat.h> +#include <sys/types.h> #include "udev.h" |