example.cpp failes to build on FreeBSD

pull/2172/head
Keith Williams 4 years ago
parent ff9313e6dd
commit c8ba643f53

@ -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