mirror of
https://github.com/curl/curl.git
synced 2026-05-17 19:26:22 +03:00
getpass: protect include with proper #ifdef
Reported-by: Tamir
This commit is contained in:
parent
859a82a85c
commit
f91a7bc992
1 changed files with 2 additions and 0 deletions
|
|
@ -52,7 +52,9 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#define _MPRINTF_REPLACE
|
||||
#include <curl/mprintf.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue