summaryrefslogtreecommitdiff
path: root/dispatch.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-02-24 06:30:29 +1100
committerDamien Miller <djm@mindrot.org>2015-02-24 06:30:29 +1100
commita88dd1da119052870bb2654c1a32c51971eade16 (patch)
tree75760e8bb8daecaddf6646ddceb2c52c840859ef /dispatch.h
parent5248429b5ec524d0a65507cff0cdd6e0cb99effd (diff)
various include fixes for portable
Diffstat (limited to 'dispatch.h')
-rw-r--r--dispatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dispatch.h b/dispatch.h
index cd51dbc0b..2bcdc91a5 100644
--- a/dispatch.h
+++ b/dispatch.h
@@ -27,6 +27,8 @@
27#ifndef DISPATCH_H 27#ifndef DISPATCH_H
28#define DISPATCH_H 28#define DISPATCH_H
29 29
30#include <signal.h> /* for sig_atomic_t */
31
30#define DISPATCH_MAX 255 32#define DISPATCH_MAX 255
31 33
32enum { 34enum {