]> granicus.if.org Git - apache/commitdiff
Include apr_strings.h to avoid missing-prototype warning.
authorJeff Trawick <trawick@apache.org>
Mon, 7 Aug 2000 20:09:44 +0000 (20:09 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 7 Aug 2000 20:09:44 +0000 (20:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86019 13f79535-47bb-0310-9956-ffa450edef68

server/util_ebcdic.c

index 9ca292d87c97c6d7cef5d8e09291b69695372968..f0155906c6c29a8731c60017e93163b028a4caef 100644 (file)
@@ -60,6 +60,7 @@
 
 #ifdef CHARSET_EBCDIC
 
+#include "apr_strings.h"
 #include "httpd.h"
 #include "http_log.h"
 #include "http_core.h"