mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-05 05:22:47 -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: