1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/news/glitter/files/patch-aa
Alexander Langer 6f37193b12 Add glitter 1.0.b.1, a free GTK based binary downloader.
PR:		23407
Submitted by:	Greg Greenaae <greg@gregnet.net>
2001-01-05 17:39:14 +00:00

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>