diff options
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> |