The signal header needs to be included in signal_set_service.hpp so that

we can use constants like NSIG and SIGRTMAX.
This commit is contained in:
Christopher Kohlhoff 2011-02-24 14:57:23 +11:00
parent ad681b79c1
commit 17e8615b34
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include "asio/detail/config.hpp"
#include <signal.h>
#include <cstring>
#include "asio/detail/reactor.hpp"
#include "asio/detail/signal_set_service.hpp"

View File

@ -17,6 +17,7 @@
#include "asio/detail/config.hpp"
#include <csignal>
#include <cstddef>
#include "asio/error.hpp"
#include "asio/io_service.hpp"