Fixed includes
This commit is contained in:
parent
bd1d4592fc
commit
c9efb327c0
@ -6,7 +6,8 @@
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#include "libscio.hpp"
|
||||
#include "fdiobuf.hpp"
|
||||
#include <iostream>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <io.h>
|
||||
|
@ -6,7 +6,9 @@
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#include "libscio.hpp"
|
||||
#include "fdstream.hpp"
|
||||
#include "fdistream.hpp"
|
||||
#include "fdostream.hpp"
|
||||
#include <unistd.h>
|
||||
|
||||
// fdostream --------------------------------------------------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "libscio.hpp"
|
||||
#include "mapped_file.hpp"
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Copyright (c) 2020 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#include "libscio.hpp"
|
||||
#include "socketstream.hpp"
|
||||
#include <libscerror.hpp>
|
||||
#include <unistd.h>
|
||||
#include <arpa/inet.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user