diff options
author | Eric Andersen | 2001-03-23 17:02:05 +0000 |
---|---|---|
committer | Eric Andersen | 2001-03-23 17:02:05 +0000 |
commit | 08ff8a49ba12709413694e2c91fe3d65d8adda5f (patch) | |
tree | 5d58c3aec453e1d4ea551a0d48eeec9f8e151a4d /libbb/check_wildcard_match.c | |
parent | 0b4d73a53cda7b63dac81089efefa152903d963b (diff) | |
download | busybox-08ff8a49ba12709413694e2c91fe3d65d8adda5f.zip busybox-08ff8a49ba12709413694e2c91fe3d65d8adda5f.tar.gz |
includes cleanup from Jeff Garzik
Diffstat (limited to 'libbb/check_wildcard_match.c')
-rw-r--r-- | libbb/check_wildcard_match.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/check_wildcard_match.c b/libbb/check_wildcard_match.c index 7bd3c79..ab85679 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" |