mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 11:32:48 -05:00
Add some missing #includes.
These are all intended to ensure that the declarations of things in header files are in scope where the same thing is subsequently defined, to make it harder to define it in a way that doesn't match. (For example, the new #include in winnet.c would have caught the just-fixed mis-definition of platform_get_x11_unix_address.)
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
#include "putty.h"
|
||||
#include "network.h"
|
||||
#include "tree234.h"
|
||||
#include "ssh.h"
|
||||
|
||||
#include <ws2tcpip.h>
|
||||
|
||||
|
Reference in New Issue
Block a user