Skip to content
Snippets Groups Projects
Commit d04eac11 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Make header self-contained

Add necessary include files for things used in the header.  (signal.h
needed for sig_atomic_t.)
parent ff46f2a0
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
#ifndef WORKER_INTERNAL_H
#define WORKER_INTERNAL_H
#include <signal.h>
#include "access/xlogdefs.h"
#include "catalog/pg_subscription.h"
#include "datatype/timestamp.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment