summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-21 14:48:12 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:36:13 -0700
commit9ed47a9f2186b67c0127049fdb4886284bc8a33d (patch)
treed2259fcad074c749d7a7bd018ad53fed3ba1795c /udev.h
parent69f57c6a2b94ae3b70a0ca43b46c30f8dce0a295 (diff)
[PATCH] move kernel name/number evaluation into udev_init_device()
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev.h b/udev.h
index 17ff4031c9..d6dbd7c332 100644
--- a/udev.h
+++ b/udev.h
@@ -26,6 +26,7 @@
#include <sys/types.h>
#include <sys/param.h>
#include "libsysfs/sysfs/libsysfs.h"
+#include "list.h"
#define ALARM_TIMEOUT 120
#define COMMENT_CHARACTER '#'