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:
parent
a16cf5eac7
commit
8babd558bc
@ -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 *
|
||||
|
@ -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"
|
||||
|
@ -1,6 +1,8 @@
|
||||
/***********************************************************************************************************************************
|
||||
Auto-Generate Errors
|
||||
***********************************************************************************************************************************/
|
||||
#include "build.auto.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "common/log.h"
|
||||
|
@ -1,6 +1,8 @@
|
||||
/***********************************************************************************************************************************
|
||||
Auto-Generate Help
|
||||
***********************************************************************************************************************************/
|
||||
#include "build.auto.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "common/log.h"
|
||||
|
@ -1,6 +1,8 @@
|
||||
/***********************************************************************************************************************************
|
||||
Auto-Generate PostgreSQL Interface
|
||||
***********************************************************************************************************************************/
|
||||
#include "build.auto.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "common/log.h"
|
||||
|
Loading…
Reference in New Issue
Block a user