diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-07-13 06:31:52 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-07-13 06:31:52 +0000 |
commit | 270bf7a1d1b700186b45bb2463ccd585ac8974d3 (patch) | |
tree | c8f82e323e1445f05aef8399de6e3e2d6d3b82ec /poll/unix/poll.c | |
parent | 30020c96183f1541c14955e2e3f32e1dd50e3898 (diff) | |
download | apr-270bf7a1d1b700186b45bb2463ccd585ac8974d3.tar.gz |
Macroized... but no macros
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poll/unix/poll.c')
-rw-r--r-- | poll/unix/poll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poll/unix/poll.c b/poll/unix/poll.c index 0b9501613..672946c8f 100644 --- a/poll/unix/poll.c +++ b/poll/unix/poll.c @@ -54,6 +54,7 @@ #include "apr.h" #include "apr_poll.h" +#include "apr_time.h" #include "networkio.h" #include "fileio.h" #if HAVE_POLL_H |