summaryrefslogtreecommitdiffstats
path: root/packet.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 01:24:12 +0100
committerDamien Miller <djm@mindrot.org>2006-03-15 01:24:12 +0100
commit68f8e992bf4ab38263b8619aad8a5e34f238fffb (patch)
tree94e79e271746a14f0b3358d9f0098bcddb4d7849 /packet.c
parent - stevesk@cvs.openbsd.org 2006/02/08 14:31:30 (diff)
downloadopenssh-68f8e992bf4ab38263b8619aad8a5e34f238fffb.tar.xz
openssh-68f8e992bf4ab38263b8619aad8a5e34f238fffb.zip
- stevesk@cvs.openbsd.org 2006/02/08 14:38:18
[includes.h packet.c] move #include <netinet/in_systm.h> and <netinet/ip.h> out of includes.h; ok markus@
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index db2aa2411..24d2bb312 100644
--- a/packet.c
+++ b/packet.c
@@ -37,9 +37,11 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.120 2005/10/30 08:52:17 djm Exp $");
-
+RCSID("$OpenBSD: packet.c,v 1.121 2006/02/08 14:38:18 stevesk Exp $");
+
#include "openbsd-compat/sys-queue.h"
+#include <netinet/in_systm.h>
+#include <netinet/ip.h>
#include "xmalloc.h"
#include "buffer.h"