summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 29e928886..a80eedb1c 100644
--- a/misc.c
+++ b/misc.c
@@ -24,8 +24,11 @@
24 */ 24 */
25 25
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: misc.c,v 1.42 2006/01/31 10:19:02 djm Exp $"); 27RCSID("$OpenBSD: misc.c,v 1.43 2006/02/08 12:15:27 stevesk Exp $");
28 28
29#ifdef HAVE_PATHS_H
30# include <paths.h>
31#endif
29#ifdef SSH_TUN_OPENBSD 32#ifdef SSH_TUN_OPENBSD
30#include <net/if.h> 33#include <net/if.h>
31#endif 34#endif