mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
egypcio@googlemail.com takes maintainership Port changes: * Add DOCS option * Add to dependencies * Port cleanup PR: 231033 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (original version) Submitted by: Nathan <ndowens@yahoo.com> (final version)
11 lines
218 B
C
11 lines
218 B
C
--- src/udpproto.c.orig 2018-08-30 18:56:26 UTC
|
|
+++ src/udpproto.c
|
|
@@ -4,7 +4,7 @@
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
-
|
|
+#include <limits.h>
|
|
#include <arpa/inet.h>
|
|
|
|
#include "udpproto.h"
|