summaryrefslogtreecommitdiff
path: root/test/testtime.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-11-26 16:10:59 +0000
committerRyan Bloom <rbb@apache.org>2002-11-26 16:10:59 +0000
commit14dd9f23186f12e0b74b1e7686900776f2f73bfa (patch)
tree3ba4988866f33e31a22f20c4b736a8d8d5c4f1c9 /test/testtime.c
parent4df6472fdb7b57f80dc0c74e71e4e79b175435a6 (diff)
downloadapr-14dd9f23186f12e0b74b1e7686900776f2f73bfa.tar.gz
Fix a coupleof build warnings
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testtime.c')
-rw-r--r--test/testtime.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/testtime.c b/test/testtime.c
index 7aeb70c7d..e68f3ae70 100644
--- a/test/testtime.c
+++ b/test/testtime.c
@@ -56,10 +56,9 @@
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_lib.h"
-#include <errno.h>
-#include <time.h>
-#include <stdio.h>
#include "test_apr.h"
+#include "apr_strings.h"
+#include <time.h>
#define STR_SIZE 45