mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
getpass: protect include with proper #ifdef
Reported-by: Tamir
This commit is contained in:
parent
859a82a85c
commit
f91a7bc992
@ -52,7 +52,9 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#define _MPRINTF_REPLACE
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user