mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 00:12:04 -04:00
add isc/platform.h
This commit is contained in:
parent
f8a44ed400
commit
ab0380976c
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: resource.c,v 1.9 2001/01/23 05:13:25 marka Exp $ */
|
||||
/* $Id: resource.c,v 1.10 2001/01/23 06:00:11 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
#include <sys/time.h> /* Required on some systems for <sys/resource.h>. */
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include <isc/platform.h>
|
||||
#include <isc/resource.h>
|
||||
#include <isc/result.h>
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue