Make 'grep -l' work
[oweals/busybox.git] / libbb / inode_hash.c
index db68025dd3516c0a942b44eb7ec549e8fdd26ee5..790af8f313d096cd8ff411e83d9b378690c12c94 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "libbb.h"
 
 #define HASH_SIZE      311             /* Should be prime */