diff options
Diffstat (limited to 'util-linux/pivot_root.c')
-rw-r--r-- | util-linux/pivot_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c index 2706bd2..929ed30 100644 --- a/util-linux/pivot_root.c +++ b/util-linux/pivot_root.c @@ -8,7 +8,7 @@ * * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" extern int pivot_root(const char * new_root,const char * put_old); |