mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-29 00:41:03 -05:00
Add some missing #includes.
My experimental build with clang-cl at -Wall did show up a few things that are safe enough to fix right now. One was this list of missing includes, which was causing a lot of -Wmissing-prototype warnings, and is a real risk because it means the declarations in headers weren't being type-checked against the actual function definitions. Happily, no actual mismatches.
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "putty.h"
|
||||
#include "ssh.h"
|
||||
#include "storage.h"
|
||||
#include "tree234.h"
|
||||
#include "security-api.h"
|
||||
|
Reference in New Issue
Block a user