various include fixes for portable
This commit is contained in:
parent
5248429b5e
commit
a88dd1da11
|
@ -27,6 +27,8 @@
|
|||
#ifndef DISPATCH_H
|
||||
#define DISPATCH_H
|
||||
|
||||
#include <signal.h> /* for sig_atomic_t */
|
||||
|
||||
#define DISPATCH_MAX 255
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Reference in New Issue