]> granicus.if.org Git - apache/commitdiff
ARGH! resource.h lives in sys.
authorRyan Bloom <rbb@apache.org>
Thu, 8 Jun 2000 20:30:58 +0000 (20:30 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 8 Jun 2000 20:30:58 +0000 (20:30 +0000)
Submitted by: Doug M.

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

include/ap_config.h

index 234aa99839bfae80de457f3b07cabbc4a8c1dd67..3fa206e340957648b4de65e0da15b52eb2c4aa67 100644 (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.
  *