Unverified Commit 85bdfc86 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #2172 from keith-dev/v1.x

example.cpp failes to build on FreeBSD
parents c466e2d8 c8ba643f
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include <spdlog/details/os.h> #include <spdlog/details/os.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <unistd.h> #include <unistd.h>
#include <netdb.h> #include <netdb.h>
...@@ -90,4 +91,4 @@ public: ...@@ -90,4 +91,4 @@ public:
} }
}; };
} // namespace details } // namespace details
} // namespace spdlog } // namespace spdlog
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment