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 6ff49fc..a4716e2 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -9,7 +9,7 @@ * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" #include "xregex.h" #define DEV_PATH "/dev" |