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

pull/58/merge
Tatsuhiro Tsujikawa 2013-03-04 22:32:51 +09:00
parent 8c0d901f3e
commit 85de8b0642
1 changed files with 1 additions and 7 deletions

View File

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