mirror of https://github.com/aria2/aria2
pull/1/head
parent
46354b7c91
commit
fc7f34bc1a
|
@ -1,5 +1,7 @@
|
||||||
2006-03-07 gettextize <bug-gnu-gettext@gnu.org>
|
2006-03-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
* DownloadEngine.h: included sys/time.h
|
||||||
|
* DownloadEngine.cc: remove sys/time.h
|
||||||
* Makefile.am (SUBDIRS): Add intl.
|
* Makefile.am (SUBDIRS): Add intl.
|
||||||
* configure.in (AC_CONFIG_FILES): Add intl/Makefile.
|
* configure.in (AC_CONFIG_FILES): Add intl/Makefile.
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/time.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#include "Logger.h"
|
#include "Logger.h"
|
||||||
#include "DiskWriter.h"
|
#include "DiskWriter.h"
|
||||||
#include "Option.h"
|
#include "Option.h"
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue