#
PORTNAME= lftp
PORTVERSION= 2.6.4
PORTVERSION= 2.6.5
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \
MD5 (lftp-2.6.4.tar.bz2) = 71e0c373692637ebaed2b5f799184b2d
MD5 (lftp-2.6.5.tar.bz2) = 8f09fbf5dd7b048ae3abbbc9d9c83a50
--- src/NetAccess.cc.orig Wed Jan 8 16:56:22 2003
+++ src/NetAccess.cc Wed Jan 8 16:56:41 2003
@@ -25,6 +25,7 @@
#include <errno.h>
#include <assert.h>
#include <math.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "NetAccess.h"