summaryrefslogtreecommitdiff
path: root/findutils/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/find.c')
-rw-r--r--findutils/find.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/findutils/find.c b/findutils/find.c
index 32d7db7..59a5b83 100644
--- a/findutils/find.c
+++ b/findutils/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;