chromium/mojo/public/cpp/platform/socket_utils_posix.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef MOJO_PUBLIC_CPP_PLATFORM_SOCKET_UTILS_POSIX_H_
#define MOJO_PUBLIC_CPP_PLATFORM_SOCKET_UTILS_POSIX_H_

#include <stddef.h>
#include <sys/types.h>

#include <vector>

#include "base/component_export.h"
#include "base/files/platform_file.h"
#include "base/files/scoped_file.h"

struct iovec;  // Declared in <sys/uio.h>

mojo  // namespace mojo

#endif  // MOJO_PUBLIC_CPP_PLATFORM_SOCKET_UTILS_POSIX_H_