aboutsummaryrefslogtreecommitdiff
path: root/mkswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkswap.c')
-rw-r--r--mkswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkswap.c b/mkswap.c
index 48637e889..b5153f623 100644
--- a/mkswap.c
+++ b/mkswap.c
@@ -35,7 +35,6 @@
35 * 35 *
36 */ 36 */
37 37
38#include "busybox.h"
39#include <stdio.h> 38#include <stdio.h>
40#include <unistd.h> 39#include <unistd.h>
41#include <string.h> 40#include <string.h>
@@ -45,6 +44,7 @@
45#include <sys/utsname.h> 44#include <sys/utsname.h>
46#include <asm/page.h> /* for PAGE_SIZE and PAGE_SHIFT */ 45#include <asm/page.h> /* for PAGE_SIZE and PAGE_SHIFT */
47 /* we also get PAGE_SIZE via getpagesize() */ 46 /* we also get PAGE_SIZE via getpagesize() */
47#include "busybox.h"
48 48
49#ifndef _IO 49#ifndef _IO
50/* pre-1.3.45 */ 50/* pre-1.3.45 */