зеркало из https://github.com/github/putty.git
Add a missing #include.
winshare.c uses make_private_security_descriptor(), but wasn't including winsecur.h where it's declared.
This commit is contained in:
Родитель
7f3c956ed1
Коммит
46051027fb
|
@ -15,6 +15,7 @@
|
|||
#include "ssh.h"
|
||||
|
||||
#include "wincapi.h"
|
||||
#include "winsecur.h"
|
||||
|
||||
#ifdef COVERITY
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче