mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
comment why <sys/time.h> is needed
This commit is contained in:
parent
5ed0ffc1f7
commit
78e5d07050
@ -15,10 +15,10 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: resource.c,v 1.3 2000/11/15 03:58:53 marka Exp $ */
|
/* $Id: resource.c,v 1.4 2000/11/15 22:41:56 tale Exp $ */
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h> /* Required on some systems for <sys/resource.h>. */
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
||||||
#include <isc/resource.h>
|
#include <isc/resource.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user