mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
10 lines
261 B
C
10 lines
261 B
C
--- src/tcs/rpc/tcstp/rpc.c.orig 2016-11-19 03:09:49 UTC
|
|
+++ src/tcs/rpc/tcstp/rpc.c
|
|
@@ -16,6 +16,7 @@
|
|
#if (defined (__OpenBSD__) || defined (__FreeBSD__))
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#endif
|
|
#include <errno.h>
|
|
|