forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
276 B
C++
10 lines
276 B
C++
--- ./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
|
|
|