diff options
author | Gordon Sim <gsim@apache.org> | 2007-09-12 09:59:56 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-09-12 09:59:56 +0000 |
commit | 055e2b3e7cd03fc7376784015d1e613ff7f8f7d5 (patch) | |
tree | ed5e345c6ad597a9f0a7f448dd400a2d3cf247c1 /cpp/lib | |
parent | bc4dc899dd98768f8bfe6c89f0aa5057cabe3ef4 (diff) | |
download | qpid-python-055e2b3e7cd03fc7376784015d1e613ff7f8f7d5.tar.gz |
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
Diffstat (limited to 'cpp/lib')
-rw-r--r-- | cpp/lib/common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |