diff --git a/coreapi/account_creator.c b/coreapi/account_creator.c index 68693a770..1163914b3 100644 --- a/coreapi/account_creator.c +++ b/coreapi/account_creator.c @@ -21,12 +21,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "linphone/core.h" #include "linphone/lpconfig.h" #include "private.h" -#if !_WIN32 -#include "regex.h" -#endif -#include -#include +#include "bctoolbox/crypto.h" +#include "bctoolbox/regex.h" BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphoneAccountCreatorCbs);