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

protect isc/formatcheck.h from check-includes.pl removal recommendation

This commit is contained in:
David Lawrence
2000-06-23 03:02:41 +00:00
parent d7984899c8
commit 76d6c9e54f

View File

@@ -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>