Skip to content

Commit

Permalink
string.c: Include <stdarg.h> for va_list type and va_* macros
Browse files Browse the repository at this point in the history
Closes #6141
  • Loading branch information
jamessan committed Feb 19, 2017
1 parent 3a2ae17 commit a667972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nvim/strings.c
@@ -1,4 +1,5 @@
#include <inttypes.h>
#include <stdarg.h>
#include <stdbool.h>
#include <string.h>
#include <math.h>
Expand Down

0 comments on commit a667972

Please sign in to comment.