diff options
Diffstat (limited to 'common/hash.c')
-rw-r--r-- | common/hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/hash.c b/common/hash.c index 789e85c..c99a689 100644 --- a/common/hash.c +++ b/common/hash.c @@ -53,6 +53,7 @@ #include <sys/types.h> #include <stdlib.h> +#include <string.h> #include "hash.h" #define KEY_DATA(he) ((he)->key) |