blob: 7be324547b8d6b2062b8b1f49d7d7dea244d3206 [file] [log] [blame]
// Copyright 2021 The Fuchsia 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 SRC_STARNIX_LIB_SYNCIO_WRAPPER_H_
#define SRC_STARNIX_LIB_SYNCIO_WRAPPER_H_
#include <errno.h>
#include <lib/zxio/bsdsocket.h>
#include <lib/zxio/fault_catcher.h>
#include <lib/zxio/types.h>
#include <lib/zxio/zxio.h>
#include <netinet/in.h>
#include <sys/time.h>
#include "stub/missing_includes.h"
#endif // SRC_STARNIX_LIB_SYNCIO_WRAPPER_H_