aboutsummaryrefslogtreecommitdiff
path: root/libbb/chomp.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-23 17:02:05 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-23 17:02:05 +0000
commitbfef275efd081dc5d72667b213bdf0d3dad03a6b (patch)
tree5d58c3aec453e1d4ea551a0d48eeec9f8e151a4d /libbb/chomp.c
parent920ec9b7ac84d9ee95af6d7c89026d9af090dd4b (diff)
downloadbusybox-w32-bfef275efd081dc5d72667b213bdf0d3dad03a6b.tar.gz
busybox-w32-bfef275efd081dc5d72667b213bdf0d3dad03a6b.tar.bz2
busybox-w32-bfef275efd081dc5d72667b213bdf0d3dad03a6b.zip
includes cleanup from Jeff Garzik
git-svn-id: svn://busybox.net/trunk/busybox@2187 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/chomp.c')
-rw-r--r--libbb/chomp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/chomp.c b/libbb/chomp.c
index cbd3d04bc..d2f6d5e6f 100644
--- a/libbb/chomp.c
+++ b/libbb/chomp.c
@@ -26,6 +26,7 @@
26 */ 26 */
27 27
28#include <stdio.h> 28#include <stdio.h>
29#include <string.h>
29#include "libbb.h" 30#include "libbb.h"
30 31
31 32