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 | e29bb6406ad8d0c0d9d58b7d1d09798829687602 (patch) | |
tree | 447756d9abe662b7189970e821b65664b2566691 /qpid/cpp/src | |
parent | 56b50d35a40a5b7ede714e3ea57cacad0fa00890 (diff) | |
download | qpid-python-e29bb6406ad8d0c0d9d58b7d1d09798829687602.tar.gz |
Added missed new include file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@649691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 09fd75d5c1..82e6f4e6a4 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/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 \ |