1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-06-03 06:56:03 +02:00

gmnlm.c: add limits.h

Supposedly fixes OpenBSD
This commit is contained in:
Drew DeVault 2020-09-21 07:56:20 -04:00
parent 2e9d3c0bab
commit eb2873b2eb

View File

@ -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>