blob: 15fcdaca3c64d957a9b51d9e036538376ba38137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/icons-hash.c b/src/icons-hash.c
index f0f2b0947..699af33b5 100644
--- a/src/icons-hash.c
+++ b/src/icons-hash.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>
+#include <strings.h>
#include <stdlib.h>
#include <limits.h>
#include "icons.h"
|