summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/msg.c')
-rw-r--r--usr.bin/ssh/msg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/msg.c b/usr.bin/ssh/msg.c
index fb08df54872..4344a131267 100644
--- a/usr.bin/ssh/msg.c
+++ b/usr.bin/ssh/msg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: msg.c,v 1.11 2006/03/30 09:58:15 djm Exp $ */
+/* $OpenBSD: msg.c,v 1.12 2006/07/11 20:07:25 stevesk Exp $ */
/*
* Copyright (c) 2002 Markus Friedl. All rights reserved.
*
@@ -24,6 +24,8 @@
*/
#include "includes.h"
+#include <errno.h>
+
#include "buffer.h"
#include "log.h"
#include "atomicio.h"