diff options
author | Mattias Andrée <maandree@kth.se> | 2024-08-24 11:52:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-08-24 11:52:30 +0200 |
commit | ba0bbce290c3742843fb2e8a693d9060e71eeefb (patch) | |
tree | 83950d23e99a4ecaac2801ffedf87e52e3d77007 /common.h | |
parent | Add libhashsum_hasher.algorithm_string (diff) | |
download | libhashsum-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |