]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
string.h needs to be included before monkeying around with strchr et al,
authorJeff Trawick <trawick@apache.org>
Mon, 12 Feb 2001 15:44:36 +0000 (15:44 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 12 Feb 2001 15:44:36 +0000 (15:44 +0000)
commit1f71772a085b525411cf7cc9b38cba93547094f6
tree02700845fbc975876fd13a5363bcb115628ef12d
parentc1b845b857ddd056b66fec71cd5768a9f321d21e
string.h needs to be included before monkeying around with strchr et al,
since some system header files do their own monkeying around with those
functions in ways that don't get along with us unless we include their
definitions first

examples: gcc 2.8.1 on Solaris
          gcc 2.95.2 on AIX

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88113 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h