fix build: fix for freebsd

The build error was:
  include/spdlog/details/tcp_client.h:106:31: error: use of undeclared identifier 'IPPROTO_TCP'
pull/2590/head
Vasily Kulikov 3 years ago
parent a4e9917575
commit 55c8d1dc25

@ -16,6 +16,7 @@
#include <unistd.h> #include <unistd.h>
#include <netdb.h> #include <netdb.h>
#include <netinet/tcp.h> #include <netinet/tcp.h>
#include <netinet/in.h>
#include <string> #include <string>

Loading…
Cancel
Save