Commit f91a7bc9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

getpass: protect include with proper #ifdef

Reported-by: Tamir
parent 859a82a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52,7 +52,9 @@
#  endif
#endif

#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#define _MPRINTF_REPLACE
#include <curl/mprintf.h>