diff options
author | Ryan Bloom <rbb@apache.org> | 2000-05-26 19:32:51 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-05-26 19:32:51 +0200 |
commit | 76630829ae23ed5cd45575776abb81cf4bdf5d1d (patch) | |
tree | ab457fb6a1e435546da0fa5fa2e5d5e13c77b3d0 | |
parent | PR: (diff) | |
download | apache2-76630829ae23ed5cd45575776abb81cf4bdf5d1d.tar.xz apache2-76630829ae23ed5cd45575776abb81cf4bdf5d1d.zip |
Finish cleaning up after the API_VAR_EXPORT -> APR_VAR_EXPORT renaming.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85303 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | include/util_date.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util_date.h b/include/util_date.h index 46696955de..12f01f8cfd 100644 --- a/include/util_date.h +++ b/include/util_date.h @@ -68,6 +68,7 @@ extern "C" { */ #include "apr_time.h" +#include "ap.h" #define BAD_DATE (ap_time_t)0 |