forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0c1a160
committed
Add missing #include.
On non-Windows systems, sys/time.h was pulled in by portability/instr_time.h,which pulled in time.h. We certainly should include time.h directly, sincewe're using time(2), but the indirect include masked the problem on mostplatforms.Andres Freund1 parent63e2004 commit0c1a160
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
0 commit comments
Comments
(0)