From a902c812e98dd53cf9f16b5175f7c1f87e780b53 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 22 May 2022 22:25:04 -0400 Subject: Import strtonum.c because it is not POSIX --- append.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'append.c') diff --git a/append.c b/append.c index a5cd031..184c1ff 100644 --- a/append.c +++ b/append.c @@ -36,6 +36,8 @@ #include "trustcache.h" #include "uuid/uuid.h" +#include "compat.h" + int tcappend(int argc, char **argv) { -- cgit v1.2.3