summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mount/swapon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mount/swapon.c b/mount/swapon.c
index 34a183fa1..37af9ee66 100644
--- a/mount/swapon.c
+++ b/mount/swapon.c
@@ -16,6 +16,7 @@
#include "fsprobe.h"
#include "realpath.h"
#include "pathnames.h"
+#include "sundries.h"
#ifdef HAVE_SYS_SWAP_H
# include <sys/swap.h>
@@ -35,8 +36,6 @@
int all = 0;
int priority = -1; /* non-prioritized swap by default */
-int verbose;
-char *progname;
/* If true, don't complain if the device/file doesn't exist */
int ifexists = 0;