diff options
author | Damien Miller <djm@mindrot.org> | 2006-01-02 23:40:10 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-01-02 23:40:10 +1100 |
commit | 3beb852e09a1de1b6db0103b1c39e56f9dfeff09 (patch) | |
tree | 6d40d0a1d834db15b2164980394c5ac638aaf218 /misc.c | |
parent | 1164c299f15ecf424960d9dbebe71c19c3cf4b53 (diff) |
- stevesk@cvs.openbsd.org 2006/01/01 08:59:27
[includes.h misc.c]
move <net/if.h>; ok djm@
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -24,7 +24,11 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | RCSID("$OpenBSD: misc.c,v 1.37 2005/12/08 18:34:11 reyk Exp $"); | 27 | RCSID("$OpenBSD: misc.c,v 1.38 2006/01/01 08:59:27 stevesk Exp $"); |
28 | |||
29 | #ifdef SSH_TUN_OPENBSD | ||
30 | #include <net/if.h> | ||
31 | #endif | ||
28 | 32 | ||
29 | #include "misc.h" | 33 | #include "misc.h" |
30 | #include "log.h" | 34 | #include "log.h" |