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:
Ryan Bloom
2000-06-08 20:30:58 +00:00
parent e629f47a13
commit 29a2154b85

View File

@ -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.
*