mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Fix fcntl include in net.cpp & netbase.cpp
This commit is contained in:
parent
b34255b758
commit
98148a713e
2 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include "hash.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#include <boost/algorithm/string/case_conv.hpp> // for to_lower()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue