aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index 45fef99fa6..fb8f862c01 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -11,6 +11,7 @@
*/
#include <inttypes.h>
+#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>