aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/udp.72
1 files changed, 2 insertions, 0 deletions
diff --git a/man7/udp.7 b/man7/udp.7
index 313c78d681..e2e723affb 100644
--- a/man7/udp.7
+++ b/man7/udp.7
@@ -16,6 +16,8 @@ udp \- User Datagram Protocol for IPv4
.B #include <sys/socket.h>
.br
.B #include <netinet/in.h>
+.br
+.B #include <netinet/udp.h>
.sp
.B udp_socket = socket(AF_INET, SOCK_DGRAM, 0);
.SH DESCRIPTION