Tatsuhiro Tsujikawa пре 19 година
родитељ
комит
fc7f34bc1a
3 измењених фајлова са 4 додато и 2 уклоњено
  1. 3 1
      ChangeLog
  2. 0 1
      src/DownloadEngine.cc
  3. 1 0
      src/DownloadEngine.h

+ 3 - 1
ChangeLog

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

+ 0 - 1
src/DownloadEngine.cc

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

+ 1 - 0
src/DownloadEngine.h

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