mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
ARGH! resource.h lives in sys.
Submitted by: Doug M. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85475 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -56,7 +56,7 @@
|
||||
#define AP_AC_CONFIG_H
|
||||
|
||||
#include "ap_mmn.h" /* MODULE_MAGIC_NUMBER_ */
|
||||
#include <resource.h> /* rlim_t */
|
||||
#include <sys/resource.h> /* rlim_t */
|
||||
|
||||
/* Implemented flags for dynamic library bindings.
|
||||
*
|
||||
|
Reference in New Issue
Block a user