diff options
author | Gregg Lewis Smith <gsmith@apache.org> | 2018-01-15 20:08:01 +0100 |
---|---|---|
committer | Gregg Lewis Smith <gsmith@apache.org> | 2018-01-15 20:08:01 +0100 |
commit | 4f3fc84c90604fb14e62dc1cd9806e102e81e364 (patch) | |
tree | fbeb13401a1df0b3edb9eecd6c5ecb07c171c18f | |
parent | Fixed word 'Directive' placement in the directives list. In Spanish we must s... (diff) | |
download | apache2-4f3fc84c90604fb14e62dc1cd9806e102e81e364.tar.xz apache2-4f3fc84c90604fb14e62dc1cd9806e102e81e364.zip |
fix copy & paste error, util_cookies.h is in include not server.
add util_config.c now needed per steffenal.
http://mail-archives.apache.org/mod_mbox/httpd-dev/201801.mbox/%3C4C412873-869D-4A0C-89E6-397706EFA1F7@apachelounge.com%3E
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821195 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | libhttpd.dsp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index ae4b17bede..929aa0749b 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -410,6 +410,10 @@ InputPath=.\os\win32\os.h SOURCE=.\server\test_char.h # End Source File +# Begin Source File + +SOURCE=.\include\util_cookies.h +# End Source File # End Group # Begin Group "httpd" @@ -537,7 +541,7 @@ SOURCE=.\server\util_cookies.c # End Source File # Begin Source File -SOURCE=.\server\util_cookies.h +SOURCE=.\server\util_debug.c # End Source File # Begin Source File |