diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-07-20 12:12:56 -0400 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-07-20 12:12:56 -0400 |
commit | 761e5b476f8e69f41958a62ed787f5d886fa212e (patch) | |
tree | c4cf5ba132cb877c31c94a138d2a1e208d55bc0f /udevd.c | |
parent | 33aa91b1befa3e4f8da57714ac09b7044cf54451 (diff) |
make SYSFS{} usable for all devices
Patch from:
Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'udevd.c')
-rw-r--r-- | udevd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ #include <sys/un.h> #include <sys/sysinfo.h> #include <sys/stat.h> +#include <linux/types.h> #include <linux/netlink.h> #include "list.h" |