mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-20 21:58:03 -04:00
protect isc/formatcheck.h from check-includes.pl removal recommendation
This commit is contained in:
parent
d7984899c8
commit
76d6c9e54f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: print.h,v 1.7 2000/06/22 21:57:54 tale Exp $ */
|
||||
/* $Id: print.h,v 1.8 2000/06/23 03:02:41 tale Exp $ */
|
||||
|
||||
#ifndef ISC_PRINT_H
|
||||
#define ISC_PRINT_H 1
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
*** Imports
|
||||
***/
|
||||
|
||||
#include <isc/formatcheck.h>
|
||||
#include <isc/formatcheck.h> /* Required for ISC_FORMAT_PRINTF() macro. */
|
||||
#include <isc/lang.h>
|
||||
#include <isc/platform.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue