mirror of
https://github.com/apache/httpd.git
synced 2025-09-01 02:02:06 +03:00
Protect system header files with the appropriate macros.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -68,8 +68,12 @@
|
||||
#include "util_script.h"
|
||||
#include "util_date.h" /* For parseHTTPdate() */
|
||||
#include "util_ebcdic.h"
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#ifdef OS2
|
||||
#define INCL_DOS
|
||||
|
Reference in New Issue
Block a user