summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-10 16:37:37 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-10 16:37:37 +0000
commit8778ad3b0015df6a1388a98de3796032d45eaa49 (patch)
treef1a81e31d0b1aa8e15686804ed0e81d03db26409 /usr.bin/ssh/packet.c
parent18e3c30a70f1f1d35dfc53c49a690b7d84d5fedc (diff)
move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/packet.c')
-rw-r--r--usr.bin/ssh/packet.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/packet.c b/usr.bin/ssh/packet.c
index abf9b64d539..45a4d44f0ee 100644
--- a/usr.bin/ssh/packet.c
+++ b/usr.bin/ssh/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.133 2006/07/08 21:47:12 stevesk Exp $ */
+/* $OpenBSD: packet.c,v 1.134 2006/07/10 16:37:36 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -47,6 +47,8 @@
#include <netinet/in.h>
#include <netinet/ip.h>
+#include <stdarg.h>
+
#include "xmalloc.h"
#include "buffer.h"
#include "packet.h"