summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-08-31 11:06:53 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-08-31 11:06:53 +0000
commit372cf94ed9d272eb74b3d2c9323bada7d1ba8e2d (patch)
treee2e5b4180e6471d406d555e70bb3a275c18d7a94 /time
parentd2e81085ab3520f040dbe64f2cb49ff54bf73623 (diff)
downloadlibapr-372cf94ed9d272eb74b3d2c9323bada7d1ba8e2d.tar.gz
include the prototype for apr_unix_setup_time() in the file
that defines apr_unix_setup_time() to ensure consistency (and to eliminate a gcc warning to that effect) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62265 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'time')
-rw-r--r--time/unix/time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/time/unix/time.c b/time/unix/time.c
index edaa1f893..00e9b247a 100644
--- a/time/unix/time.c
+++ b/time/unix/time.c
@@ -58,6 +58,9 @@
#include "apr_private.h"
#include "apr_strings.h"
+/* private APR headers */
+#include "internal_time.h"
+
/* System Headers required for time library */
#if APR_HAVE_SYS_TIME_H
#include <sys/time.h>