aboutsummaryrefslogtreecommitdiff
path: root/tail.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-10 17:59:11 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-08-10 17:59:11 +0000
commit1d6765bf86d1a0fe9d73577f6004d4163b83508c (patch)
tree4871d5fdfd0c601396ef4651c3d1458bedb5a854 /tail.c
parent93a8e14d2287c060e06ae8799a24f2b445417488 (diff)
downloadbusybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.tar.gz
busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.tar.bz2
busybox-w32-1d6765bf86d1a0fe9d73577f6004d4163b83508c.zip
Some #include updates.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@946 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tail.c')
-rw-r--r--tail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tail.c b/tail.c
index 627373bfd..6c4a6f468 100644
--- a/tail.c
+++ b/tail.c
@@ -32,7 +32,6 @@
32 32
33 */ 33 */
34#include <sys/types.h> 34#include <sys/types.h>
35#include <sys/stat.h>
36#include <fcntl.h> 35#include <fcntl.h>
37#include <stdio.h> 36#include <stdio.h>
38#include <stdlib.h> 37#include <stdlib.h>