diff --git a/src/mod/endpoints/mod_sofia/sofia_reg.c b/src/mod/endpoints/mod_sofia/sofia_reg.c index ba9d4d0c71..10073c902d 100644 --- a/src/mod/endpoints/mod_sofia/sofia_reg.c +++ b/src/mod/endpoints/mod_sofia/sofia_reg.c @@ -1,6 +1,6 @@ /* * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application - * Copyright (C) 2005-2014, Anthony Minessale II + * Copyright (C) 2005-2021, Anthony Minessale II * * Version: MPL 1.1 * @@ -40,6 +40,7 @@ #include "mod_sofia.h" #include "sofia-sip/hostdomain.h" #include "sip-dig.h" +#include "switch_ssl.h" static void sofia_reg_new_handle(sofia_gateway_t *gateway_ptr, int attach) {