1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

getpass: protect include with proper #ifdef

Reported-by: Tamir
This commit is contained in:
Daniel Stenberg 2015-02-03 07:57:54 +01:00
parent 859a82a85c
commit f91a7bc992

View File

@ -52,7 +52,9 @@
# endif
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#define _MPRINTF_REPLACE
#include <curl/mprintf.h>