mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
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>
|