Explorar o código

Revert DownloadEngine.cc change in 6b55f5d3 because Debian Lenny breaks

Tatsuhiro Tsujikawa %!s(int64=12) %!d(string=hai) anos
pai
achega
85de8b0642
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      src/DownloadEngine.cc

+ 1 - 7
src/DownloadEngine.cc

@@ -34,13 +34,7 @@
 /* copyright --> */
 #include "DownloadEngine.h"
 
-#ifdef HAVE_SYS_SIGNAL_H
-#  include <sys/signal.h>
-#else // HAVE_SYS_SIGNAL_H
-#  ifdef HAVE_SIGNAL_H
-#    include <signal.h>
-#  endif // HAVE_SIGNAL_H
-#endif // HAVE_SYS_SIGNAL_H
+#include <signal.h>
 
 #include <cstring>
 #include <cerrno>