Commit d04eac11 authored by Peter Eisentraut's avatar Peter Eisentraut

Make header self-contained

Add necessary include files for things used in the header.  (signal.h
needed for sig_atomic_t.)
parent ff46f2a0
...@@ -12,6 +12,8 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment