- (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]
|
||||
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@
|
||||
- (dtucker) [sftp-common.c] Wrap include of util.h in an ifdef.
|
||||
|
||||
20100112
|
||||
- (dtucker) OpenBSD CVS Sync
|
||||
|
|
|
@ -36,7 +36,9 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef HAVE_UTIL_H
|
||||
#include <util.h>
|
||||
#endif
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "buffer.h"
|
||||
|
|
Loading…
Reference in New Issue