summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/fatal.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-10 16:37:36 +0000
committerstevesk <stevesk@openbsd.org>2006-07-10 16:37:36 +0000
commitf60fc7f4e18877c432858c402385f73c2afe1a28 (patch)
tree9200721f8a6e43b47575c381ec07305bd337974f /usr.bin/ssh/fatal.c
parentNetBSD -> .Nx (diff)
downloadwireguard-openbsd-f60fc7f4e18877c432858c402385f73c2afe1a28.tar.xz
wireguard-openbsd-f60fc7f4e18877c432858c402385f73c2afe1a28.zip
move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/fatal.c')
-rw-r--r--usr.bin/ssh/fatal.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/fatal.c b/usr.bin/ssh/fatal.c
index 7f58970fb64..1f2cd0bc82d 100644
--- a/usr.bin/ssh/fatal.c
+++ b/usr.bin/ssh/fatal.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fatal.c,v 1.5 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: fatal.c,v 1.6 2006/07/10 16:37:36 stevesk Exp $ */
/*
* Copyright (c) 2002 Markus Friedl. All rights reserved.
*
@@ -25,6 +25,8 @@
#include "includes.h"
+#include <stdarg.h>
+
#include "log.h"
/* Fatal messages. This function never returns. */