mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-11 09:17:38 +00:00
various include fixes for portable
This commit is contained in:
parent
5248429b5e
commit
a88dd1da11
@ -27,6 +27,8 @@
|
|||||||
#ifndef DISPATCH_H
|
#ifndef DISPATCH_H
|
||||||
#define DISPATCH_H
|
#define DISPATCH_H
|
||||||
|
|
||||||
|
#include <signal.h> /* for sig_atomic_t */
|
||||||
|
|
||||||
#define DISPATCH_MAX 255
|
#define DISPATCH_MAX 255
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
@ -18,10 +18,11 @@
|
|||||||
#ifndef API_H
|
#ifndef API_H
|
||||||
#define API_H
|
#define API_H
|
||||||
|
|
||||||
#include <sys/queue.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
|
#include "openbsd-compat/sys-queue.h"
|
||||||
|
|
||||||
#include "cipher.h"
|
#include "cipher.h"
|
||||||
#include "sshkey.h"
|
#include "sshkey.h"
|
||||||
#include "kex.h"
|
#include "kex.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user