summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index b30813b4d..531b2993a 100644
--- a/monitor.c
+++ b/monitor.c
@@ -29,7 +29,6 @@
29 29
30#include <sys/types.h> 30#include <sys/types.h>
31#include <sys/socket.h> 31#include <sys/socket.h>
32#include "openbsd-compat/sys-tree.h"
33#include <sys/wait.h> 32#include <sys/wait.h>
34 33
35#include <errno.h> 34#include <errno.h>
@@ -60,7 +59,10 @@
60#include <openssl/dh.h> 59#include <openssl/dh.h>
61#endif 60#endif
62 61
62#include "openbsd-compat/sys-tree.h"
63#include "openbsd-compat/sys-queue.h" 63#include "openbsd-compat/sys-queue.h"
64#include "openbsd-compat/openssl-compat.h"
65
64#include "atomicio.h" 66#include "atomicio.h"
65#include "xmalloc.h" 67#include "xmalloc.h"
66#include "ssh.h" 68#include "ssh.h"