1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

src: include limits.h for *_MAX macros

Follow-up to 5a96f494ee

Reported-by: OldWorldOrdr on github
Fixes #928
Closes #930
This commit is contained in:
Viktor Szakats
2023-04-04 00:03:52 +00:00
parent 202a4f3f7a
commit d58b713687

View File

@@ -86,6 +86,7 @@
#include <stdio.h>
#include <time.h>
#include <limits.h>
/* The following CPP block should really only be in session.c and packet.c.
However, AIX have #define's for 'events' and 'revents' and we are using