aboutsummaryrefslogtreecommitdiffstats
path: root/info.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 /info.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 'info.c')
-rw-r--r--info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/info.c b/info.c
index 8de924c..86aa78b 100644
--- a/info.c
+++ b/info.c
@@ -33,6 +33,8 @@
#include "trustcache.h"
+#include "compat.h"
+
int
tcinfo(int argc, char **argv)
{