aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mkswap.c')
-rw-r--r--util-linux/mkswap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c
index b5d2c49b6..f9451792b 100644
--- a/util-linux/mkswap.c
+++ b/util-linux/mkswap.c
@@ -13,6 +13,7 @@
13//usage: "\n -L LBL Label" 13//usage: "\n -L LBL Label"
14 14
15#include "libbb.h" 15#include "libbb.h"
16#include "common_bufsiz.h"
16 17
17#if ENABLE_SELINUX 18#if ENABLE_SELINUX
18static void mkswap_selinux_setcontext(int fd, const char *path) 19static void mkswap_selinux_setcontext(int fd, const char *path)