Commit b9d453ae authored by Jean-Frederic Clere's avatar Jean-Frederic Clere
Browse files

Add including of util_charset.h otherwise ap_hdrs_from_ascii is not defined.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124080 13f79535-47bb-0310-9956-ffa450edef68
parent 824ae2d1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@
#include "util_filter.h"
#include "util_script.h"

#if APR_CHARSET_EBCDIC
#include "util_charset.h"
#endif

#if APR_HAVE_UNISTD_H
#include <unistd.h> /* needed for unlink/link */
#endif