Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d04eac1

Browse files
committed
Make header self-contained
Add necessary include files for things used in the header. (signal.h needed for sig_atomic_t.)
1 parent ff46f2a commit d04eac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/include/replication/worker_internal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#ifndef WORKER_INTERNAL_H
1313
#define WORKER_INTERNAL_H
1414

15+
#include <signal.h>
16+
1517
#include "access/xlogdefs.h"
1618
#include "catalog/pg_subscription.h"
1719
#include "datatype/timestamp.h"

0 commit comments

Comments
 (0)