summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:19:42 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:19:42 +1100
commit3a4051e88b18b4290b07db7aec99adfffe566c96 (patch)
treeb424d01f2d20e69ed937eff85ce27e8f41cb8730 /misc.c
parenta9263d065d1db21c1d0661913673ed5c9b4d6467 (diff)
downloadopenssh-git-3a4051e88b18b4290b07db7aec99adfffe566c96.tar.gz
- stevesk@cvs.openbsd.org 2006/02/08 12:32:49
[includes.h misc.c] move #include <netinet/tcp.h> out of includes.h; ok markus@
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index e85b773d..e4a47e61 100644
--- a/misc.c
+++ b/misc.c
@@ -24,8 +24,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.43 2006/02/08 12:15:27 stevesk Exp $");
-
+RCSID("$OpenBSD: misc.c,v 1.44 2006/02/08 12:32:49 stevesk Exp $");
+
+#include <netinet/tcp.h>
#ifdef HAVE_PATHS_H
# include <paths.h>
#endif