diff options
author | Andrew Stitcher <astitcher@apache.org> | 2008-04-18 21:10:42 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2008-04-18 21:10:42 +0000 |
commit | 48dab065ef526f68a5a7d4c4ba22c5b8b2e2e026 (patch) | |
tree | c9a8768246d7cbf93da9621e571ecd80a87be25d /cpp | |
parent | df28afb19a10c804cd02696bd94b09fed1719478 (diff) | |
download | qpid-python-48dab065ef526f68a5a7d4c4ba22c5b8b2e2e026.tar.gz |
Added missed new include file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 09fd75d5c1..82e6f4e6a4 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -479,6 +479,7 @@ nobase_include_HEADERS = \ qpid/sys/Acceptor.h \ qpid/sys/AggregateOutput.h \ qpid/sys/AsynchIO.h \ + qpid/sys/AsynchIOHandler.h \ qpid/sys/AtomicCount.h \ qpid/sys/BlockingQueue.h \ qpid/sys/Condition.h \ |