forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit579b985
committed
Add missing header include to pmsignal.h.
pmsignal.h uses sig_atomic_t in some builds, but relied on signal.hhaving been included already. We could include it conditionallybut evidently that wouldn't save anything in practice and wouldadd more ugly macros, so let's just include signal.h always.Reported-by: Tom LaneDiscussion:https://postgr.es/m/4166.1533154074%40sss.pgh.pa.us1 parent1c2cb27 commit579b985
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
|
0 commit comments
Comments
(0)