various include fixes for portable

This commit is contained in:
Damien Miller 2015-02-24 06:30:29 +11:00
parent 5248429b5e
commit a88dd1da11
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -18,10 +18,11 @@
#ifndef API_H
#define API_H
#include <sys/queue.h>
#include <sys/types.h>
#include <signal.h>
#include "openbsd-compat/sys-queue.h"
#include "cipher.h"
#include "sshkey.h"
#include "kex.h"