summaryrefslogtreecommitdiff
path: root/time/win32
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-09 21:01:05 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-09 21:01:05 +0000
commitb79b803345f7fd66e5b593b9151ba1fc96098873 (patch)
treea3227bd505fb1839264218d2f3a7d26a64d97906 /time/win32
parent580294de95a96d1cdc86c0d94aa1b08fe36de2ea (diff)
downloadlibapr-b79b803345f7fd66e5b593b9151ba1fc96098873.tar.gz
Make APR compile on Windows again. The changes that I introduced for
autoconf had the undesirable effect of killing the Windows build. This still generates a few warnings, but at least it provides us with working code. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'time/win32')
-rw-r--r--time/win32/atime.h1
-rw-r--r--time/win32/time.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/time/win32/atime.h b/time/win32/atime.h
index cba8000da..86a0cb3d9 100644
--- a/time/win32/atime.h
+++ b/time/win32/atime.h
@@ -56,6 +56,7 @@
#ifndef ATIME_H
#define ATIME_H
+#include "apr_winconfig.h"
#include "apr_time.h"
#include <time.h>
diff --git a/time/win32/time.c b/time/win32/time.c
index 8b9d6e43e..571774a0e 100644
--- a/time/win32/time.c
+++ b/time/win32/time.c
@@ -52,7 +52,6 @@
* project, please see <http://www.apache.org/>.
*
*/
-
#include "atime.h"
#include "apr_time.h"
#include "apr_general.h"