summaryrefslogtreecommitdiff
path: root/src/gib_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gib_hash.c')
-rw-r--r--src/gib_hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gib_hash.c b/src/gib_hash.c
index a378b9c..15bbf4a 100644
--- a/src/gib_hash.c
+++ b/src/gib_hash.c
@@ -26,6 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "gib_hash.h"
#include "utils.h"
#include "debug.h"
+#include <strings.h>
gib_hash_node *gib_hash_node_new(char *key, void *data)
{