summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-17 01:31:11 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-17 01:31:11 +0000
commitd659fd7d8b8c4a47fcabe16b76f0221c7bf05757 (patch)
treef1753975c5db250478d9aaa278c4d6a1ec3115ab /usr.bin/ssh/packet.c
parent6626e2fe6d63bc4f09f17b2f0cf8c7889efce808 (diff)
move #include <unistd.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/packet.c')
-rw-r--r--usr.bin/ssh/packet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/packet.c b/usr.bin/ssh/packet.c
index 50585f575b1..7c43a6d7f65 100644
--- a/usr.bin/ssh/packet.c
+++ b/usr.bin/ssh/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.135 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: packet.c,v 1.136 2006/07/17 01:31:09 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -49,6 +49,7 @@
#include <errno.h>
#include <stdarg.h>
+#include <unistd.h>
#include "xmalloc.h"
#include "buffer.h"