Skip to content

Commit 1661f55

Browse files
marv7000Duncaen
authored andcommitted
lib/verifysig.c: fix missing include for PATH_MAX
1 parent 29b81de commit 1661f55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/verifysig.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <fcntl.h>
3232
#include <sys/stat.h>
3333
#include <sys/mman.h>
34+
#include <limits.h>
3435

3536
#include <openssl/err.h>
3637
#include <openssl/sha.h>

0 commit comments

Comments
 (0)