mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
ah, oops. need stdargs.h for va_list type.
This commit is contained in:
parent
6ffc076c08
commit
899f7f9af5
1 changed files with 2 additions and 1 deletions
|
|
@ -15,13 +15,14 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.h,v 1.2 1999/10/11 13:16:42 tale Exp $ */
|
||||
/* $Id: log.h,v 1.3 1999/10/11 14:12:31 tale Exp $ */
|
||||
|
||||
#ifndef ISC_LOG_H
|
||||
#define ISC_LOG_H 1
|
||||
|
||||
#include <syslog.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <isc/lang.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue