Commit a58edc22 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

<sys/resource.h> requires <sys/time.h> first on some systems

(e.g., FreeBSD 3.4)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87092 13f79535-47bb-0310-9956-ffa450edef68
parent 87f5715d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -61,6 +61,9 @@

#include "httpd.h"
#include "http_config.h"
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif