aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-08-27 21:02:25 +0200
committerMattias Andrée <maandree@kth.se>2024-08-27 21:02:25 +0200
commit31d9446dc092f1787a19734ae9c30286a9fdba2a (patch)
tree52f32de3f10992a7f7e079f3b0b517272c349151 /common.h
parentm fix (diff)
downloadlibhashsum-31d9446dc092f1787a19734ae9c30286a9fdba2a.tar.gz
libhashsum-31d9446dc092f1787a19734ae9c30286a9fdba2a.tar.bz2
libhashsum-31d9446dc092f1787a19734ae9c30286a9fdba2a.tar.xz
m misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index a13e9c8..7ff0f9c 100644
--- a/common.h
+++ b/common.h
@@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#if defined(__GNUC__)