mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Make header self-contained
Add necessary include files for things used in the header. (signal.h needed for sig_atomic_t.)
This commit is contained in:
@ -12,6 +12,8 @@
|
|||||||
#ifndef WORKER_INTERNAL_H
|
#ifndef WORKER_INTERNAL_H
|
||||||
#define WORKER_INTERNAL_H
|
#define WORKER_INTERNAL_H
|
||||||
|
|
||||||
|
#include <signal.h>
|
||||||
|
|
||||||
#include "access/xlogdefs.h"
|
#include "access/xlogdefs.h"
|
||||||
#include "catalog/pg_subscription.h"
|
#include "catalog/pg_subscription.h"
|
||||||
#include "datatype/timestamp.h"
|
#include "datatype/timestamp.h"
|
||||||
|
Reference in New Issue
Block a user