summaryrefslogtreecommitdiff
path: root/dispatch.h
diff options
context:
space:
mode:
authordjm <djm>2006-04-23 02:28:53 +0000
committerdjm <djm>2006-04-23 02:28:53 +0000
commit4c5e2d86b4810f9e9bb59ab3b5d9ef9d3172c736 (patch)
tree5aca0a08543572928ccd12e77371982800e97869 /dispatch.h
parent96f9297be9123b931f75f28d77e6fb45e69a2388 (diff)
downloadopenssh-4c5e2d86b4810f9e9bb59ab3b5d9ef9d3172c736.tar.gz
- (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
sig_atomic_t
Diffstat (limited to 'dispatch.h')
-rw-r--r--dispatch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatch.h b/dispatch.h
index 4bca8a5a..3e3d1a1a 100644
--- a/dispatch.h
+++ b/dispatch.h
@@ -23,6 +23,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
+#include <signal.h>
+
enum {
DISPATCH_BLOCK,
DISPATCH_NONBLOCK