opnsense-ports/databases/mysql++3/files/patch-lib__tcp_connection.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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