|  | @@ -37,6 +37,7 @@
 | 
	
		
			
				|  |  |  #include "src/core/lib/channel/handshaker_factory.h"
 | 
	
		
			
				|  |  |  #include "src/core/lib/channel/handshaker_registry.h"
 | 
	
		
			
				|  |  |  #include "src/core/lib/security/transport/security_handshaker.h"
 | 
	
		
			
				|  |  | +#include "src/core/lib/surface/init.h"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #include "test/core/handshake/server_ssl_common.h"
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -97,5 +98,6 @@ int main(int argc, char* argv[]) {
 | 
	
		
			
				|  |  |    const char* full_alpn_list[] = {"grpc-exp", "h2"};
 | 
	
		
			
				|  |  |    GPR_ASSERT(server_ssl_test(full_alpn_list, 2, "grpc-exp"));
 | 
	
		
			
				|  |  |    grpc_shutdown();
 | 
	
		
			
				|  |  | +  grpc_maybe_wait_for_async_shutdown();
 | 
	
		
			
				|  |  |    return 0;
 | 
	
		
			
				|  |  |  }
 |