aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-08-24 11:52:30 +0200
committerMattias Andrée <maandree@kth.se>2024-08-24 11:52:30 +0200
commitba0bbce290c3742843fb2e8a693d9060e71eeefb (patch)
tree83950d23e99a4ecaac2801ffedf87e52e3d77007 /common.h
parentAdd libhashsum_hasher.algorithm_string (diff)
downloadlibhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.gz
libhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.bz2
libhashsum-ba0bbce290c3742843fb2e8a693d9060e71eeefb.tar.xz
Add libhashsum_init_hasher_from_string + m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 5bfac1e..2df927b 100644
--- a/common.h
+++ b/common.h
@@ -6,6 +6,7 @@
# pragma clang diagnostic ignored "-Wcovered-switch-default"
#endif
#include "libhashsum.h"
+#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <string.h>