- Notifications
You must be signed in to change notification settings - Fork5
Commit32909a5
committed
Fix network_spgist.c build failures from missing AF_INET definition.
AF_INET is apparently defined in something that's pulled in automaticallyon Linux, but the buildfarm says that's not true everywhere. Comparingto network_gist.c suggests that including <sys/socket.h> ought to fix it,and the POSIX standard concurs.1 parent77e2906 commit32909a5
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
|
0 commit comments
Comments
(0)