Chromium Code Reviews| Index: runtime/bin/socket.h |
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h |
| index e7646dab21fcbba0ca4d78c607d15b59bdafcd1d..b58945c2db2cf3bd157b23df35c6497ea706a704 100644 |
| --- a/runtime/bin/socket.h |
| +++ b/runtime/bin/socket.h |
| @@ -18,6 +18,8 @@ |
| #include "bin/socket_linux.h" |
| #elif defined(TARGET_OS_MACOS) |
| #include "bin/socket_macos.h" |
| +#elif defined(TARGET_OS_OPENBSD) |
| +#include "bin/socket_openbsd.h" |
| #elif defined(TARGET_OS_WINDOWS) |
| #include "bin/socket_win.h" |
| #else |