Fix a stupid typo -- bug found by Larry Doolittle.
[oweals/busybox.git] / find.c
diff --git a/find.c b/find.c
index 32d7db7ab99396fa61054a2dd75191ca3351def8..f60c45a4edd4ca9b3ed5a989dc8efc15436b0da9 100644 (file)
--- a/find.c
+++ b/find.c
@@ -3,7 +3,7 @@
  * Mini find implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -26,6 +26,8 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <dirent.h>
+#include <string.h>
+#include <stdlib.h>
 
 
 static char *pattern = NULL;