summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:26:27 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:26:27 +1000
commitefc04e70b8261a7be7818772f03974eb38ae6622 (patch)
tree70825f051e20feb77b6903f608bcef9c8a7d5622 /includes.h
parentb757677d02e37da719b92331f23e02acb7079337 (diff)
- stevesk@cvs.openbsd.org 2006/07/03 17:59:32
[channels.c includes.h] move #include <arpa/inet.h> out of includes.h; old ok djm@ (portable needed session.c too)
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index bb6febfe3..c3f0671ec 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.42 2006/07/03 08:54:20 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.43 2006/07/03 17:59:32 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -131,7 +131,6 @@
131 131
132#include <netinet/in.h> 132#include <netinet/in.h>
133#include <netinet/in_systm.h> /* For typedefs */ 133#include <netinet/in_systm.h> /* For typedefs */
134#include <arpa/inet.h>
135#if defined(HAVE_NETDB_H) 134#if defined(HAVE_NETDB_H)
136# include <netdb.h> 135# include <netdb.h>
137#endif 136#endif