This commit is contained in:
Tatsuhiro Tsujikawa 2006-03-07 13:33:43 +00:00
parent 46354b7c91
commit fc7f34bc1a
3 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -24,7 +24,6 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>
#include <algorithm>

View File

@ -31,6 +31,7 @@
#include "Logger.h"
#include "DiskWriter.h"
#include "Option.h"
#include <sys/time.h>
using namespace std;