projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff46f2a
)
Make header self-contained
author
Peter Eisentraut
Fri, 14 Apr 2017 01:47:24 +0000
(21:47 -0400)
committer
Peter Eisentraut
Fri, 14 Apr 2017 01:47:24 +0000
(21:47 -0400)
Add necessary include files for things used in the header. (signal.h
needed for sig_atomic_t.)
src/include/replication/worker_internal.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/replication/worker_internal.h
b/src/include/replication/worker_internal.h
index 035467ce2464e2f9c32e98ed474eef7b49004baf..b8e35d4b4ddd4fe8bfa6e562216fc1755f882df8 100644
(file)
--- a/
src/include/replication/worker_internal.h
+++ b/
src/include/replication/worker_internal.h
@@
-12,6
+12,8
@@
#ifndef WORKER_INTERNAL_H
#define WORKER_INTERNAL_H
+#include
+
#include "access/xlogdefs.h"
#include "catalog/pg_subscription.h"
#include "datatype/timestamp.h"