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 @@
#include <spdlog/details/os.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <netdb.h>
......@@ -90,4 +91,4 @@ public:
}
};
} // namespace details
} // namespace spdlog
\ No newline at end of file
} // namespace spdlog
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