freebsd-ports/news/nzbget/files/patch-NNTPConnection.h
Pav Lucistnik 02405b3eba Add nzbget, a NZB binaries format downloader from Usenet groups.
PR:		ports/65509
Submitted by:	Lewis Thompson <purple@lewiz.net>
2004-04-17 21:26:30 +00:00

10 lines
257 B
C++

--- NNTPConnection.h.orig Fri Apr 2 18:55:19 2004
+++ NNTPConnection.h Sat Apr 17 22:53:55 2004
@@ -26,6 +26,7 @@
#ifndef NNTPCONNECTION_H
#define NNTPCONNECTION_H
+#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
#include <vector>