diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-26 19:44:53 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-26 19:44:53 +0200 |
commit | e345e2670a8c17f5e1145cc554b7a7646e271032 (patch) | |
tree | 26b6f0a269bf6782bb1ea56754babf20d7f50cec /udev/udev.h | |
parent | 9921484458e0233e1aae868bfa8cc1481aa460a8 (diff) |
libudev: rework list handling
Diffstat (limited to 'udev/udev.h')
-rw-r--r-- | udev/udev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udev.h b/udev/udev.h index b8ae5f00a8..102f15d0b9 100644 --- a/udev/udev.h +++ b/udev/udev.h @@ -26,7 +26,7 @@ #define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE 1 #include "lib/libudev.h" #include "lib/libudev-private.h" -#include "lib/list.h" +#include "list.h" #define ALLOWED_CHARS "#+-.:=@_" #define ALLOWED_CHARS_FILE ALLOWED_CHARS "/" |