diff options
| author | Jeff Garzik <[email protected]> | 2013-08-24 20:19:24 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-08-24 20:19:24 -0700 |
| commit | 3d86e7cd48f8a25a8f1b63a2e8220b56eb1f7b11 (patch) | |
| tree | b584599e7e2e3249b6da7192998f17e0dffd7fb4 /src/netbase.cpp | |
| parent | Merge pull request #2852 from petertodd/getblock-chainwork (diff) | |
| parent | Fix fcntl include in net.cpp & netbase.cpp (diff) | |
| download | discoin-3d86e7cd48f8a25a8f1b63a2e8220b56eb1f7b11.tar.xz discoin-3d86e7cd48f8a25a8f1b63a2e8220b56eb1f7b11.zip | |
Merge pull request #2618 from fcicq/solaris-support
Partial solaris support
Diffstat (limited to 'src/netbase.cpp')
| -rw-r--r-- | src/netbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netbase.cpp b/src/netbase.cpp index 08d133740..348771375 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -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() |