Fix a stupid typo -- bug found by Larry Doolittle.
[oweals/busybox.git] / cat.c
diff --git a/cat.c b/cat.c
index 151ce4e61fa79ede7c05582e1262628a192f8d4d..134245cdc118a7fa7681d5a4f0bcb16639d76069 100644 (file)
--- a/cat.c
+++ b/cat.c
@@ -2,7 +2,7 @@
 /*
  * Mini Cat implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -22,7 +22,7 @@
  */
 
 #include "busybox.h"
-#include <stdio.h>
+#include <stdlib.h>
 
 extern int cat_main(int argc, char **argv)
 {