From a88dd1da119052870bb2654c1a32c51971eade16 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 24 Feb 2015 06:30:29 +1100 Subject: various include fixes for portable --- dispatch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dispatch.h') diff --git a/dispatch.h b/dispatch.h index cd51dbc0..2bcdc91a 100644 --- a/dispatch.h +++ b/dispatch.h @@ -27,6 +27,8 @@ #ifndef DISPATCH_H #define DISPATCH_H +#include /* for sig_atomic_t */ + #define DISPATCH_MAX 255 enum { -- cgit v1.2.1