diff options
author | Greg Ames <gregames@apache.org> | 2001-01-25 23:20:28 +0100 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2001-01-25 23:20:28 +0100 |
commit | fdea7e1854430cd51dafc3b9504f93c1591f0f39 (patch) | |
tree | 41056e748fe7678f6d6599fdecbb3311f5b2d897 /modules/metadata/mod_unique_id.c | |
parent | clarify the comments about FollowSymLinks (and .htaccess) (diff) | |
download | apache2-fdea7e1854430cd51dafc3b9504f93c1591f0f39.tar.xz apache2-fdea7e1854430cd51dafc3b9504f93c1591f0f39.zip |
get mod_unique_id building again...XtOffset was undefined
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/metadata/mod_unique_id.c')
-rw-r--r-- | modules/metadata/mod_unique_id.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/metadata/mod_unique_id.c b/modules/metadata/mod_unique_id.c index c27f256a57..1ae9b3a4fc 100644 --- a/modules/metadata/mod_unique_id.c +++ b/modules/metadata/mod_unique_id.c @@ -68,6 +68,8 @@ #include "http_log.h" #include "http_protocol.h" /* for ap_hook_post_read_request */ +#include "apr_general.h" /* for XtOffsetOf */ + #ifdef HAVE_NETDB_H #include <netdb.h> #endif |