summaryrefslogtreecommitdiff
blob: 951c35989c69668e96c12ef55b5ab91cdb63a6c9 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/node.cc
+++ b/src/node.cc
@@ -75,6 +75,7 @@
 #include <fcntl.h>  // _O_RDWR
 #include <limits.h>  // PATH_MAX
 #include <signal.h>
+#include <stdarg.h> // va_start/va_end
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>