diff options
Diffstat (limited to 'mount/swapon.c')
-rw-r--r-- | mount/swapon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mount/swapon.c b/mount/swapon.c index 55933b10..c7d74643 100644 --- a/mount/swapon.c +++ b/mount/swapon.c @@ -25,6 +25,8 @@ #define PATH_MKSWAP "/sbin/mkswap" +#define PATH_MKSWAP "/sbin/mkswap" + #ifdef HAVE_SYS_SWAP_H # include <sys/swap.h> #endif |