summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-22 19:41:33 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-22 19:41:33 +1100
commite8400da9d53700872c9dea6b9d52af98c59022b9 (patch)
tree0ff292a486ccc1090671dce8c351d6b7ecef1444 /includes.h
parent33f86bc2843b23c89f1b40e4250ced5b84e4c141 (diff)
- millert@cvs.openbsd.org 2005/11/15 11:59:54
[includes.h] Include sys/queue.h explicitly instead of assuming some other header will pull it in. At the moment it gets pulled in by sys/select.h (which ssh has no business including) via event.h. OK markus@ (ID sync only in -portable)
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index fa65aa38d..351dd2ac0 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.19 2005/05/19 02:42:26 djm Exp $ */ 1/* $OpenBSD: includes.h,v 1.20 2005/11/15 11:59:54 millert Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>