Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'find.c')
-rw-r--r--find.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/find.c b/find.c
index 32d7db7ab..59a5b838d 100644
--- a/find.c
+++ b/find.c
@@ -26,6 +26,8 @@
#include <stdio.h>
#include <unistd.h>
#include <dirent.h>
+#include <string.h>
+#include <stdlib.h>
static char *pattern = NULL;