aboutsummaryrefslogtreecommitdiff
path: root/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmp.c')
-rw-r--r--cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmp.c b/cmp.c
index c04b6e1c9..24b6c3f92 100644
--- a/cmp.c
+++ b/cmp.c
@@ -22,11 +22,11 @@
22 * 22 *
23 */ 23 */
24 24
25#include "busybox.h"
26#include <stdio.h> 25#include <stdio.h>
27#include <string.h> 26#include <string.h>
28#include <errno.h> 27#include <errno.h>
29#include <stdlib.h> 28#include <stdlib.h>
29#include "busybox.h"
30 30
31int cmp_main(int argc, char **argv) 31int cmp_main(int argc, char **argv)
32{ 32{