mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
comment why <sys/time.h> is needed
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
* 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/time.h>
|
||||
#include <sys/time.h> /* Required on some systems for <sys/resource.h>. */
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include <isc/resource.h>
|
||||
|
Reference in New Issue
Block a user