diff options
author | djm <djm> | 2006-01-01 10:15:50 +0000 |
---|---|---|
committer | djm <djm> | 2006-01-01 10:15:50 +0000 |
commit | 7ab2eaebf1ad05fbb7f335bca8936288aaddc2af (patch) | |
tree | 50d826972d348ccdc9df906352185c2317a2f39b /openbsd-compat | |
parent | 184ec310719d64a48ecba5e9a2652af5d5c75900 (diff) | |
download | openssh-7ab2eaebf1ad05fbb7f335bca8936288aaddc2af.tar.gz |
- (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/port-tun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c index 00a0442b..31921615 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c @@ -35,6 +35,7 @@ */ #if defined(SSH_TUN_LINUX) +#include <linux/if.h> #include <linux/if_tun.h> int |