aboutsummaryrefslogtreecommitdiff
path: root/true_false.c
diff options
context:
space:
mode:
Diffstat (limited to 'true_false.c')
-rw-r--r--true_false.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/true_false.c b/true_false.c
index 187f68072..47d3bb1e4 100644
--- a/true_false.c
+++ b/true_false.c
@@ -22,8 +22,8 @@
22 * 22 *
23 */ 23 */
24 24
25#include "busybox.h"
26#include <stdlib.h> 25#include <stdlib.h>
26#include "busybox.h"
27 27
28 28
29extern int true_main(int argc, char **argv) 29extern int true_main(int argc, char **argv)