diff options
author | 2006-07-03 08:54:20 +0000 | |
---|---|---|
committer | 2006-07-03 08:54:20 +0000 | |
commit | 92cfd760fff953ff49945c15223c1fd1abb24fe1 (patch) | |
tree | 718f2d95af79544dd657bbeec489f5092e8047f3 /usr.bin/ssh/ssh.c | |
parent | -p implies -n... (diff) | |
download | wireguard-openbsd-92cfd760fff953ff49945c15223c1fd1abb24fe1.tar.xz wireguard-openbsd-92cfd760fff953ff49945c15223c1fd1abb24fe1.zip |
move #include "version.h" out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 39398440f62..3b4d3dd7a00 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.277 2006/07/02 17:12:58 stevesk Exp $ */ +/* $OpenBSD: ssh.c,v 1.278 2006/07/03 08:54:20 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -82,6 +82,7 @@ #include "msg.h" #include "monitor_fdpass.h" #include "uidswap.h" +#include "version.h" #ifdef SMARTCARD #include "scard.h" |