diff options
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 6af68f780b..537c111b62 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -93,7 +93,8 @@ posix_plat_hdr = \ qpid/sys/posix/Mutex.h \ qpid/sys/posix/Fork.h \ qpid/sys/posix/PollableCondition.h \ - qpid/sys/posix/IntegerTypes.h + qpid/sys/posix/IntegerTypes.h \ + qpid/sys/posix/Time.h if HAVE_EPOLL poller = qpid/sys/epoll/EpollPoller.cpp |
