aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-23 17:02:05 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-23 17:02:05 +0000
commit08ff8a49ba12709413694e2c91fe3d65d8adda5f (patch)
tree5d58c3aec453e1d4ea551a0d48eeec9f8e151a4d
parent0b4d73a53cda7b63dac81089efefa152903d963b (diff)
downloadbusybox-08ff8a49ba12709413694e2c91fe3d65d8adda5f.tar.gz
includes cleanup from Jeff Garzik
-rw-r--r--applets.c1
-rw-r--r--applets/applets.c1
-rw-r--r--libbb/check_wildcard_match.c1
-rw-r--r--libbb/chomp.c1
-rw-r--r--libbb/find_mount_point.c1
-rw-r--r--libbb/inode_hash.c1
6 files changed, 6 insertions, 0 deletions
diff --git a/applets.c b/applets.c
index 515110372..c2ccb88fa 100644
--- a/applets.c
+++ b/applets.c
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "busybox.h"
#undef APPLET
diff --git a/applets/applets.c b/applets/applets.c
index 515110372..c2ccb88fa 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "busybox.h"
#undef APPLET
diff --git a/libbb/check_wildcard_match.c b/libbb/check_wildcard_match.c
index 7bd3c7998..ab856797b 100644
--- a/libbb/check_wildcard_match.c
+++ b/libbb/check_wildcard_match.c
@@ -26,6 +26,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "libbb.h"
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 @@
*/
#include <stdio.h>
+#include <string.h>
#include "libbb.h"
diff --git a/libbb/find_mount_point.c b/libbb/find_mount_point.c
index 27322f7f0..2d9481a69 100644
--- a/libbb/find_mount_point.c
+++ b/libbb/find_mount_point.c
@@ -26,6 +26,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include "libbb.h"
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c
index db68025dd..790af8f31 100644
--- a/libbb/inode_hash.c
+++ b/libbb/inode_hash.c
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "libbb.h"
#define HASH_SIZE 311 /* Should be prime */