summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/opacket.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/opacket.c')
-rw-r--r--usr.bin/ssh/opacket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/opacket.c b/usr.bin/ssh/opacket.c
index 92e17a50b68..77857d9c351 100644
--- a/usr.bin/ssh/opacket.c
+++ b/usr.bin/ssh/opacket.c
@@ -1,8 +1,9 @@
-/* $OpenBSD: opacket.c,v 1.7 2017/10/20 01:56:39 djm Exp $ */
+/* $OpenBSD: opacket.c,v 1.8 2019/01/19 21:31:32 djm Exp $ */
/* Written by Markus Friedl. Placed in the public domain. */
#include "ssherr.h"
#include "packet.h"
+#include "opacket.h" /* XXX */
#include "log.h"
struct ssh *active_state, *backup_state;