diff options
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 6ff49fc01..a4716e2da 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 9 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "busybox.h" | 12 | #include "libbb.h" |
13 | #include "xregex.h" | 13 | #include "xregex.h" |
14 | 14 | ||
15 | #define DEV_PATH "/dev" | 15 | #define DEV_PATH "/dev" |