arcadia fixes (#5795)

This commit is contained in:
proller 2019-06-29 15:04:47 +03:00 committed by GitHub
parent 040f4279b4
commit 8b1651ae1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,11 @@
//#include "includes.h" //#include "includes.h"
#include "config_client.h" #include "config_client.h"
// Should not be included on BSD systems, but if it happen...
#ifdef HAVE_READPASSPHRASE
# include_next <readpassphrase.h>
#endif
#ifndef HAVE_READPASSPHRASE #ifndef HAVE_READPASSPHRASE
# ifdef __cplusplus # ifdef __cplusplus