aboutsummaryrefslogtreecommitdiffstats
path: root/append.c
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-05-22 22:25:04 -0400
committerCameron Katri <me@cameronkatri.com>2022-05-22 22:25:04 -0400
commita902c812e98dd53cf9f16b5175f7c1f87e780b53 (patch)
tree9de55f0a97ba790fea6f647be9b87c72264c6c42 /append.c
parent2288b178e612386e7a75471c8861c3f6d81c300d (diff)
downloadtrustcache-a902c812e98dd53cf9f16b5175f7c1f87e780b53.tar.gz
trustcache-a902c812e98dd53cf9f16b5175f7c1f87e780b53.tar.zst
trustcache-a902c812e98dd53cf9f16b5175f7c1f87e780b53.zip
Import strtonum.c because it is not POSIX
Diffstat (limited to 'append.c')
-rw-r--r--append.c2
1 files changed, 2 insertions, 0 deletions
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)
{