summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-08 21:47:13 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-08 21:47:13 +0000
commit751e64a6f437a770bfa4c7c19a978f5aa956cec1 (patch)
tree9f597dc77753b537c4645caef63253530dee71d6 /usr.bin/ssh/packet.c
parent3df254212e0fda4fda8f3e7b5cf2b3050a267990 (diff)
move #include <sys/socket.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 3812f8be035..abf9b64d539 100644
--- a/usr.bin/ssh/packet.c
+++ b/usr.bin/ssh/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.132 2006/07/05 02:42:09 stevesk Exp $ */
+/* $OpenBSD: packet.c,v 1.133 2006/07/08 21:47:12 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -40,6 +40,7 @@
#include "includes.h"
#include <sys/queue.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in_systm.h>