mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-21 14:00:51 +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:
@@ -86,6 +86,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
/* The following CPP block should really only be in session.c and packet.c.
|
/* 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
|
However, AIX have #define's for 'events' and 'revents' and we are using
|
||||||
|
|||||||
Reference in New Issue
Block a user