mirror of https://github.com/aria2/aria2
Merge branch 'signals-again' of https://github.com/nmaier/aria2 into nmaier-signals-again
commit
7ac096c3c0
|
@ -42,11 +42,10 @@
|
|||
#else // !__sun
|
||||
#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
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
# include <signal.h>
|
||||
#endif // HAVE_SIGNAL_H
|
||||
#endif // !__sun
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue