Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.7
-
None
-
Patch Available
Description
TSocket.cpp includes netdb.in which is already included by TSocket.h. Trivial diff:
--- lib/cpp/src/transport/TSocket.cpp +++ lib/cpp/src/transport/TSocket.cpp @@ -27,7 +27,6 @@ #include <arpa/inet.h> #include <netinet/in.h> #include <netinet/tcp.h> -#include <netdb.h> #include <unistd.h> #include <errno.h> #include <fcntl.h>