summaryrefslogtreecommitdiff
path: root/opacket.c
diff options
context:
space:
mode:
Diffstat (limited to 'opacket.c')
-rw-r--r--opacket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/opacket.c b/opacket.c
index e637d7a71..56a76939e 100644
--- a/opacket.c
+++ b/opacket.c
@@ -2,11 +2,12 @@
2/* Written by Markus Friedl. Placed in the public domain. */ 2/* Written by Markus Friedl. Placed in the public domain. */
3 3
4#include "includes.h" 4#include "includes.h"
5 5/* $OpenBSD: opacket.c,v 1.8 2019/01/19 21:31:32 djm Exp $ */
6#include <stdarg.h> 6#include <stdarg.h>
7 7
8#include "ssherr.h" 8#include "ssherr.h"
9#include "packet.h" 9#include "packet.h"
10#include "opacket.h" /* XXX */
10#include "log.h" 11#include "log.h"
11 12
12struct ssh *active_state, *backup_state; 13struct ssh *active_state, *backup_state;