From 055e2b3e7cd03fc7376784015d1e613ff7f8f7d5 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 12 Sep 2007 09:59:56 +0000 Subject: Applied fix (submitted as patch to qpid-dev by Nuno Santos): include headers used in posix wrappers. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@574874 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/lib/common/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/lib') diff --git a/cpp/lib/common/Makefile.am b/cpp/lib/common/Makefile.am index 3700b640a0..b2e2de2cf1 100644 --- a/cpp/lib/common/Makefile.am +++ b/cpp/lib/common/Makefile.am @@ -125,6 +125,7 @@ nobase_pkginclude_HEADERS = \ $(framing)/Value.h \ $(framing)/amqp_framing.h \ $(framing)/amqp_types.h \ + $(posix_hdr) \ Exception.h \ ExceptionHolder.h \ QpidError.h \ -- cgit v1.2.1