freebsd-ports/www/aria/files/patch-src::RetrieveFTP.h
Kirill Ponomarev 42baadd690 - Fix build on big-endian arch
PR:		ports/65371
Submitted by:	Ports Fury
2004-04-09 18:20:43 +00:00

11 lines
290 B
C

--- src/RetrieveFTP.h.orig Wed Feb 13 21:09:24 2002
+++ src/RetrieveFTP.h Thu Apr 8 22:57:28 2004
@@ -27,7 +27,7 @@
#include <arpa/inet.h>
#include <errno.h>
#include <fstream>
-#include <pair.h>
+//#include <pair.h>
#include "aria.h"
#include "FTPcontainer.h"
#include "ItemCell.h"