2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

sys/types.h needed for some (BSD/OS pre-4.1) systems

This commit is contained in:
David Lawrence
2000-04-27 23:44:44 +00:00
parent 2cc1d2536d
commit d1baeb3888

View File

@@ -15,11 +15,13 @@
* SOFTWARE.
*/
/* $Id: log.h,v 1.16 2000/04/25 23:44:20 tale Exp $ */
/* $Id: log.h,v 1.17 2000/04/27 23:44:44 tale Exp $ */
#ifndef ISC_LOG_H
#define ISC_LOG_H 1
#include <sys/types.h> /* XXXDCL NT; need for off_t on some systems */
#include <stdio.h>
#include <stdarg.h>
#include <syslog.h> /* XXXDCL NT */