diff options
author | Ed Maste <emaste@FreeBSD.org> | 2025-10-06 12:29:14 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2025-10-06 12:29:14 +0000 |
commit | 6409980cbba7323bd1c86249ed16f8bea9fa5490 (patch) | |
tree | 3710eb5988e5c6b0dd82c46413e96bba7cd18544 /sftp-common.c | |
parent | 9792a032f0a99557271d6b7f7b0a955386c1fdbe (diff) |
Diffstat (limited to 'sftp-common.c')
-rw-r--r-- | sftp-common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sftp-common.c b/sftp-common.c index 5d72498256e8..4abd54a07a1a 100644 --- a/sftp-common.c +++ b/sftp-common.c @@ -37,9 +37,7 @@ #include <time.h> #include <stdarg.h> #include <unistd.h> -#ifdef HAVE_UTIL_H #include <util.h> -#endif #include "xmalloc.h" #include "ssherr.h" |