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