Commit c8ba643f authored by Keith Williams's avatar Keith Williams

example.cpp failes to build on FreeBSD

parent ff9313e6
...@@ -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