mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
- (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
This commit is contained in:
parent
9c3ba07f60
commit
096630d06c
@ -30,6 +30,7 @@
|
|||||||
[sftp.c]
|
[sftp.c]
|
||||||
don't append a space after inserting a completion of a directory (i.e.
|
don't append a space after inserting a completion of a directory (i.e.
|
||||||
a path ending in '/') for a slightly better user experience; ok dtucker@
|
a path ending in '/') for a slightly better user experience; ok dtucker@
|
||||||
|
- (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
|
||||||
|
|
||||||
20100112
|
20100112
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
@ -36,7 +36,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#ifdef HAVE_UTIL_H
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user