diff options
Diffstat (limited to 'databases/libpqxx/patches/patch-ab')
-rw-r--r-- | databases/libpqxx/patches/patch-ab | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/databases/libpqxx/patches/patch-ab b/databases/libpqxx/patches/patch-ab index a7abf3315a2..80ef0a77ba6 100644 --- a/databases/libpqxx/patches/patch-ab +++ b/databases/libpqxx/patches/patch-ab @@ -1,12 +1,11 @@ -$NetBSD: patch-ab,v 1.2 2011/11/24 14:14:58 joerg Exp $ +$NetBSD: patch-ab,v 1.3 2013/02/12 04:35:24 hiramatsu Exp $ ---- src/connection_base.cxx.orig 2005-06-28 08:53:14.000000000 +0000 +Include sys/time.h to get struct timeval in all cases. + +--- src/connection_base.cxx.orig 2013-02-11 10:35:50.000000000 +0000 +++ src/connection_base.cxx -@@ -19,8 +19,10 @@ - - #include <algorithm> - #include <cstdio> -+#include <cstring> +@@ -24,6 +24,7 @@ + #include <cstring> #include <ctime> #include <stdexcept> +#include <sys/time.h> |