#
PORTNAME= lftp
PORTVERSION= 2.6.3
PORTVERSION= 2.6.4
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.3.tar.bz2) = ea369708825cd9fbd22bb4727abaa4a9
MD5 (lftp-2.6.4.tar.bz2) = 71e0c373692637ebaed2b5f799184b2d
--- 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"