- Notifications
You must be signed in to change notification settings - Fork28
Commit512f27c
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 parentf4f195d commit512f27c
1 file changed
+4
-0
lines changed| 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)