mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 15:37:58 +02:00
Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
12 lines
274 B
Diff
12 lines
274 B
Diff
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"
|