- Notifications
You must be signed in to change notification settings - Fork5
Commit4a0a34b
committed
In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs().
Oversight in commitb8cc8f9. I just noticed this causes compilerwarnings on FreeBSD, and it really ought to cause warnings elsewhere too:all references I can find say that <arpa/inet.h> is required for these.We have a lot of code elsewhere that thinks that both <netinet/in.h>and <arpa/inet.h> should be included for these functions, so do it thatway here too, even though <arpa/inet.h> ought to be sufficient accordingto the references I consulted.Back-patch to 9.4 where the previous commit landed.1 parent7fa93ee commit4a0a34b
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 |
| |
21 | 25 |
| |
22 | 26 |
| |
|
0 commit comments
Comments
(0)