/* Copyright 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef LIBRARIES_NACL_IO_OSSOCKET_H_ #define LIBRARIES_NACL_IO_OSSOCKET_H_ #include #if !defined(WIN32) #include #include #include #include #include #include #define PROVIDES_SOCKET_API #endif #endif /* LIBRARIES_NACL_IO_OSSOCKET_H_ */