diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-11-13 01:56:56 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-11-13 01:56:56 +0100 |
commit | 2b523d23804c13cb68db135b919fcf312c42b580 (patch) | |
tree | 574cf2c9127519969a8708366ab2ae3c3af0afca /sftp-glob.c | |
parent | Put headers inside ifdef _AIX. (diff) | |
download | openssh-2b523d23804c13cb68db135b919fcf312c42b580.tar.xz openssh-2b523d23804c13cb68db135b919fcf312c42b580.zip |
Include stdarg.h for va_list in xmalloc.h.
Diffstat (limited to 'sftp-glob.c')
-rw-r--r-- | sftp-glob.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sftp-glob.c b/sftp-glob.c index c196c51e5..feba0a23c 100644 --- a/sftp-glob.c +++ b/sftp-glob.c @@ -23,6 +23,7 @@ #endif #include <dirent.h> +#include <stdarg.h> #include <stdlib.h> #include <string.h> |