wrowe 2002/07/12 23:31:53
Modified: poll/unix poll.c
Log:
Macroized... but no macros
Revision Changes Path
1.6 +1 -0 apr/poll/unix/poll.c
Index: poll.c
===================================================================
RCS file: /home/cvs/apr/poll/unix/poll.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- poll.c 11 Jul 2002 15:32:18 -0000 1.5
+++ poll.c 13 Jul 2002 06:31:52 -0000 1.6
@@ -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