diff -ur --exclude=.deps aria-1.0.0-orig/src/gui_download.cc aria-1.0.0/src/gui_download.cc --- aria-1.0.0-orig/src/gui_download.cc 2006-05-10 20:45:44.000000000 -0400 +++ aria-1.0.0/src/gui_download.cc 2006-05-10 20:46:50.000000000 -0400 @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include "aria.h" diff -ur --exclude=.deps aria-1.0.0-orig/src/gui_file.cc aria-1.0.0/src/gui_file.cc --- aria-1.0.0-orig/src/gui_file.cc 2006-05-10 20:45:44.000000000 -0400 +++ aria-1.0.0/src/gui_file.cc 2006-05-10 20:47:05.000000000 -0400 @@ -19,7 +19,7 @@ // $Id: aria-1.0.0-gcc41.patch,v 1.1 2006/05/11 01:39:59 halcy0n Exp $ -#include +#include #include #include #include diff -ur --exclude=.deps aria-1.0.0-orig/src/gui_popup.cc aria-1.0.0/src/gui_popup.cc --- aria-1.0.0-orig/src/gui_popup.cc 2006-05-10 20:45:44.000000000 -0400 +++ aria-1.0.0/src/gui_popup.cc 2006-05-10 20:47:16.000000000 -0400 @@ -19,7 +19,7 @@ // $Id: aria-1.0.0-gcc41.patch,v 1.1 2006/05/11 01:39:59 halcy0n Exp $ -#include +#include #include "aria.h" #include "gui_utils.h" diff -ur --exclude=.deps aria-1.0.0-orig/src/ItemCellPartial.h aria-1.0.0/src/ItemCellPartial.h --- aria-1.0.0-orig/src/ItemCellPartial.h 2006-05-10 20:45:44.000000000 -0400 +++ aria-1.0.0/src/ItemCellPartial.h 2006-05-10 20:46:08.000000000 -0400 @@ -70,7 +70,7 @@ ItemCell *ret_Boss(); void WriteSplitInfo(const string& filename); - ItemCell::DownloadStatusType ItemCellPartial::Download_Main(); + ItemCell::DownloadStatusType Download_Main(); SplitStatusType SplitNumberChanged(const string& filename); }; diff -ur --exclude=.deps aria-1.0.0-orig/src/ItemList.h aria-1.0.0/src/ItemList.h --- aria-1.0.0-orig/src/ItemList.h 2006-05-10 20:45:44.000000000 -0400 +++ aria-1.0.0/src/ItemList.h 2006-05-10 20:46:20.000000000 -0400 @@ -31,7 +31,7 @@ #include #include //#include -#include +#include #include "aria.h" #include "utils.h" #include "ProxyList.h" diff -ur --exclude=.deps aria-1.0.0-orig/src/RetrieveFTP.h aria-1.0.0/src/RetrieveFTP.h --- aria-1.0.0-orig/src/RetrieveFTP.h 2006-05-10 20:45:44.000000000 -0400 +++ aria-1.0.0/src/RetrieveFTP.h 2006-05-10 20:46:34.000000000 -0400 @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include "aria.h" #include "FTPcontainer.h" #include "ItemCell.h"