Merge branch 'fix-missing-config.h-v9_12-v9_11' into 'v9_11'

Fix missing config.h in win32/socket.c and replace config.h with <config.h>

See merge request isc-projects/bind9!624
This commit is contained in:
Ondřej Surý
2018-08-11 05:53:40 -04:00
5 changed files with 7 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
* information regarding copyright ownership.
*/
#include "config.h"
#include <config.h>
#ifndef HAVE_LMDB
#error This program requires the LMDB library.

View File

@@ -12,7 +12,7 @@
/*! \file isc/aes.c */
#include "config.h"
#include <config.h>
#include <isc/assertions.h>
#include <isc/aes.h>

View File

@@ -12,7 +12,7 @@
/*! \file */
#include "config.h"
#include <config.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -9,6 +9,8 @@
* information regarding copyright ownership.
*/
#include <config.h>
#include <stdbool.h>
#include <isc/print.h>

View File

@@ -24,6 +24,8 @@
* XXXPDM 5 August, 2002
*/
#include <config.h>
#define MAKE_EXTERNAL 1
#include <sys/types.h>