summaryrefslogtreecommitdiff
path: root/sftp-glob.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-13 11:56:56 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-11-13 11:56:56 +1100
commit2b523d23804c13cb68db135b919fcf312c42b580 (patch)
tree574cf2c9127519969a8708366ab2ae3c3af0afca /sftp-glob.c
parent245dcbdca5374296bdb9c48be6e24bdf6b1c0af7 (diff)
Include stdarg.h for va_list in xmalloc.h.
Diffstat (limited to 'sftp-glob.c')
-rw-r--r--sftp-glob.c1
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 @@
23#endif 23#endif
24 24
25#include <dirent.h> 25#include <dirent.h>
26#include <stdarg.h>
26#include <stdlib.h> 27#include <stdlib.h>
27#include <string.h> 28#include <string.h>
28 29