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

example.cpp failes to build on FreeBSD
pull/2179/head
Gabi Melman 4 years ago committed by GitHub
commit 85bdfc8695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
} // namespace spdlog

Loading…
Cancel
Save