diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-27 21:02:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-27 21:02:25 +0200 |
commit | 31d9446dc092f1787a19734ae9c30286a9fdba2a (patch) | |
tree | 52f32de3f10992a7f7e079f3b0b517272c349151 /common.h | |
parent | m fix (diff) | |
download | libhashsum-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #if defined(__GNUC__) |