aboutsummaryrefslogtreecommitdiff
path: root/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cat.c')
-rw-r--r--cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cat.c b/cat.c
index 151ce4e61..a1b878258 100644
--- a/cat.c
+++ b/cat.c
@@ -22,7 +22,7 @@
22 */ 22 */
23 23
24#include "busybox.h" 24#include "busybox.h"
25#include <stdio.h> 25#include <stdlib.h>
26 26
27extern int cat_main(int argc, char **argv) 27extern int cat_main(int argc, char **argv)
28{ 28{