mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
6f37193b12
PR: 23407 Submitted by: Greg Greenaae <greg@gregnet.net>
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
*** src/nntp.c.orig Sun Mar 26 23:59:55 2000
|
|
--- src/nntp.c Sat Dec 9 13:21:50 2000
|
|
***************
|
|
*** 16,21 ****
|
|
--- 16,24 ----
|
|
*
|
|
*/
|
|
/* nntp.c */
|
|
+ #include <unistd.h>
|
|
+ #include <netinet/in.h>
|
|
+ #include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/socket.h>
|
|
#include <arpa/inet.h>
|