mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
Fix Build on CURRENT [2] PR: 45745 [1], 46444[2] Submitted by: Samuel Tardieu <sam@inf.enst.fr> (maintainer)[1],David Holm <david@realityrift.com>[2]
10 lines
210 B
C
10 lines
210 B
C
--- src/constants.c.orig Thu Jan 9 03:24:04 2003
|
|
+++ src/constants.c Thu Jan 9 03:26:25 2003
|
|
@@ -25,6 +25,7 @@
|
|
#endif
|
|
|
|
#ifdef HAVE_NETINET_TCP_H
|
|
+#include <sys/types.h>
|
|
#include <netinet/tcp.h>
|
|
#endif
|
|
|