1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Add missing build.auto.h includes.

These are required for proper building but were probably not noticed before since they are not part of the core code.
This commit is contained in:
David Steele 2022-06-08 07:26:15 -04:00
parent a16cf5eac7
commit 8babd558bc
5 changed files with 10 additions and 1 deletions

View File

@ -1,9 +1,10 @@
/***********************************************************************************************************************************
Build Common
***********************************************************************************************************************************/
#include "common/type/stringId.h"
#include "build.auto.h"
#include "build/common/render.h"
#include "common/type/stringId.h"
/**********************************************************************************************************************************/
String *

View File

@ -1,6 +1,8 @@
/***********************************************************************************************************************************
Auto-Generate Command and Option Configuration Enums, Constants and Data
***********************************************************************************************************************************/
#include "build.auto.h"
#include <unistd.h>
#include "common/log.h"

View File

@ -1,6 +1,8 @@
/***********************************************************************************************************************************
Auto-Generate Errors
***********************************************************************************************************************************/
#include "build.auto.h"
#include <unistd.h>
#include "common/log.h"

View File

@ -1,6 +1,8 @@
/***********************************************************************************************************************************
Auto-Generate Help
***********************************************************************************************************************************/
#include "build.auto.h"
#include <unistd.h>
#include "common/log.h"

View File

@ -1,6 +1,8 @@
/***********************************************************************************************************************************
Auto-Generate PostgreSQL Interface
***********************************************************************************************************************************/
#include "build.auto.h"
#include <unistd.h>
#include "common/log.h"