diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-04-17 23:31:09 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-04-17 23:31:09 +0200 |
commit | 4278ab015d76876f61821b293df07e0c3746bfd5 (patch) | |
tree | 2e9b5d80e2e57d24a611637aa244542b81983a74 /udev_db.c | |
parent | 6056d9b3400fe0349d86636cbbf93f069bb5639a (diff) |
selinux: fix missing includes
Diffstat (limited to 'udev_db.c')
-rw-r--r-- | udev_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #include <sys/types.h> #include "udev.h" +#include "udev_selinux.h" static size_t devpath_to_db_path(const char *devpath, char *filename, size_t len) |