cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit eb2873b2ebe1f436d8fb4cd7c336889ad0ddddfd
parent 2e9d3c0bab8e7df635a8f0968f04fe9b1e2d979c
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 21 Sep 2020 07:56:20 -0400

gmnlm.c: add limits.h

Supposedly fixes OpenBSD

Diffstat:
Msrc/gmnlm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/gmnlm.c b/src/gmnlm.c @@ -1,6 +1,7 @@ #include <assert.h> #include <ctype.h> #include <getopt.h> +#include <limits.h> #include <openssl/bio.h> #include <openssl/err.h> #include <regex.h>