mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a90be14700
arpa/inet.h to avoid a couple of compiler warnings. PR: 14443 Submitted by: Valentin Nechayev <netch@lucky.net>
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
--- teln.c.orig Wed Jul 28 15:50:22 1999
|
|
+++ teln.c Thu Oct 21 01:15:50 1999
|
|
@@ -28,6 +28,7 @@
|
|
#include <sys/socket.h>
|
|
#include <fcntl.h>
|
|
#include <netdb.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
#include "config.h"
|