summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:24:12 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:24:12 +1100
commit68f8e992bf4ab38263b8619aad8a5e34f238fffb (patch)
tree94e79e271746a14f0b3358d9f0098bcddb4d7849 /includes.h
parentcd4223c24503346477bc7d50249e569ae8ef97ae (diff)
- 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 'includes.h')
-rw-r--r--includes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes.h b/includes.h
index 27792e10a..60053b8d3 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.28 2006/02/08 14:31:30 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.29 2006/02/08 14:38:18 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -137,8 +137,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
137#endif 137#endif
138 138
139#include <netinet/in_systm.h> /* For typedefs */ 139#include <netinet/in_systm.h> /* For typedefs */
140#include <netinet/in.h> /* For IPv6 macros */
141#include <netinet/ip.h> /* For IPTOS macros */
142#include <arpa/inet.h> 140#include <arpa/inet.h>
143#if defined(HAVE_NETDB_H) 141#if defined(HAVE_NETDB_H)
144# include <netdb.h> 142# include <netdb.h>