mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Add a missing include to putty.h.
We define a macro in terms of INT_MAX, so we ought to include <limits.h> to ensure INT_MAX is defined, rather than depending on every call site to have remembered to do that themselves.
This commit is contained in:
parent
f6f8219a3d
commit
43767fff04