| Index: runtime/bin/secure_socket.h
|
| diff --git a/runtime/bin/secure_socket.h b/runtime/bin/secure_socket.h
|
| index 010b5ad8c7c60f9e6e90b5decb765d7fc0a6067d..c5b42c13aa28f12cb530c0b172ace329dc1db175 100644
|
| --- a/runtime/bin/secure_socket.h
|
| +++ b/runtime/bin/secure_socket.h
|
| @@ -20,6 +20,7 @@
|
|
|
| #include "bin/builtin.h"
|
| #include "bin/dartutils.h"
|
| +#include "bin/socket.h"
|
| #include "bin/utils.h"
|
|
|
| namespace dart {
|
| @@ -73,6 +74,7 @@ class SSLFilter {
|
|
|
| void Init(Dart_Handle dart_this);
|
| void Connect(const char* host,
|
| + RawAddr* raw_addr,
|
| int port,
|
| bool is_server,
|
| const char* certificate_name,
|
|
|