mirror of
https://github.com/aria2/aria2.git
synced 2025-02-16 04:07:49 +00:00
This commit is contained in:
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.
|
||||
* configure.in (AC_CONFIG_FILES): Add intl/Makefile.
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <fcntl.h>
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "Logger.h"
|
||||
#include "DiskWriter.h"
|
||||
#include "Option.h"
|
||||
#include <sys/time.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user