aboutsummaryrefslogtreecommitdiff
path: root/libbb/inode_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/inode_hash.c')
-rw-r--r--libbb/inode_hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c
index db68025dd..790af8f31 100644
--- a/libbb/inode_hash.c
+++ b/libbb/inode_hash.c
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "libbb.h"
#define HASH_SIZE 311 /* Should be prime */