mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05: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…
Reference in New Issue
Block a user