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

added include <config.h>

This commit is contained in:
Tatuya JINMEI 神明達哉
2009-09-01 03:43:27 +00:00
parent 1eb6d0f372
commit 9eae5f2a7a
15 changed files with 45 additions and 15 deletions

View File

@@ -14,7 +14,9 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: client.c,v 1.2 2009/09/01 00:22:26 jinmei Exp $ */
/* $Id: client.c,v 1.3 2009/09/01 03:43:27 jinmei Exp $ */
#include <config.h>
#include <isc/app.h>
#include <isc/mem.h>