diff options
author | Gordon Sim <gsim@apache.org> | 2007-09-12 09:55:30 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-09-12 09:55:30 +0000 |
commit | 848e4f986179e3c58d23a7e6558f0d3fc0d71373 (patch) | |
tree | 14637ef8e26dca60c399ecff64a0bffb1ce6fff9 /cpp/lib | |
parent | 3f6de83ad8251eb1cbf463026bdad3e6d57d0d0b (diff) | |
download | qpid-python-848e4f986179e3c58d23a7e6558f0d3fc0d71373.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@574873 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 \ |