Commit 16235973 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

get strcasecmp() prototype available on AIX


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89429 13f79535-47bb-0310-9956-ffa450edef68
parent cdafd355
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@
#include "apr_file_io.h"
#include "apr_thread_proc.h"
#include "apr_signal.h"
#define APR_WANT_STRFUNC
#include "apr_want.h"

#if APR_HAVE_UNISTD_H
#include <unistd.h>