blob: f20e0b539617de91660199af9555d7750ad89939 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./lib/tcp_connection.cpp.orig 2008-03-23 08:50:35.000000000 +0200
+++ ./lib/tcp_connection.cpp 2008-04-03 23:34:01.000000000 +0300
@@ -30,6 +30,7 @@
#include "exceptions.h"
#if !defined(MYSQLPP_PLATFORM_WINDOWS)
+# include <arpa/inet.h>
# include <netdb.h>
#endif
|