cleaner way fix dispatch.h portion of commit

a88dd1da11
(some systems have sig_atomic_t in signal.h, some in sys/signal.h)
Sounds good to me djm@
This commit is contained in:
Tim Rice 2015-02-23 22:06:56 -08:00
parent 676c38d7cb
commit 910209203d
2 changed files with 1 additions and 3 deletions

View File

@ -27,8 +27,6 @@
#ifndef DISPATCH_H
#define DISPATCH_H
#include <signal.h> /* for sig_atomic_t */
#define DISPATCH_MAX 255
enum {

View File

@ -34,7 +34,7 @@
# define EC_POINT void
#endif /* WITH_OPENSSL */
#include <sys/signal.h>
#include <signal.h>
#include "openbsd-compat/sys-queue.h"
struct kex;