diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-08-23 08:06:55 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-08-23 08:06:55 +1000 |
commit | 93e7e8f345367136b4c3881c6eb3d756a43fe148 (patch) | |
tree | fbad8c774170f6028660370d3928ff4eb7fe71ae /includes.h | |
parent | 1d10976c161cfb2e7ec114b7c72885e6f195a3d5 (diff) | |
download | openssh-git-93e7e8f345367136b4c3881c6eb3d756a43fe148.tar.gz |
- (dtucker) [configure.ac defines.h includes.h sftp.c] Add support for
LynxOS, patch from Olli Savia (ops at iki.fi). ok djm@
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg } #include "config.h" +#include <stdarg.h> #include <stdio.h> #include <ctype.h> #include <errno.h> |