aboutsummaryrefslogtreecommitdiff
path: root/util-linux/switch_root.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/switch_root.c')
-rw-r--r--util-linux/switch_root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c
index e2da119de..d471437fd 100644
--- a/util-linux/switch_root.c
+++ b/util-linux/switch_root.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Switch from rootfs to another filesystem as the root of the mount tree. 4 * Switch from rootfs to another filesystem as the root of the mount tree.
5 * 5 *
6 * Licensed under GPL version 2, see file LICENSE in this tarball for details. 6 * Licensed under GPLv2, see file LICENSE in this source tree.
7 */ 7 */
8#include <sys/vfs.h> 8#include <sys/vfs.h>
9#include <sys/mount.h> 9#include <sys/mount.h>