summaryrefslogtreecommitdiff
path: root/databases/libpqxx/patches/patch-src_result.cxx
blob: ffd5295e968a63614edae1776a76a77ea96bc0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src_result.cxx,v 1.1 2011/11/24 14:14:58 joerg Exp $

--- src/result.cxx.orig	2011-11-24 00:13:16.000000000 +0000
+++ src/result.cxx
@@ -18,6 +18,7 @@
 #include "pqxx/compiler.h"
 
 #include <stdexcept>
+#include <cstdlib>
 
 #include "libpq-fe.h"