Skip to content

Commit

Permalink
strings.h: Include <stdarg.h> for vim_vsnprintf's use of va_list
Browse files Browse the repository at this point in the history
This fully resolves #6141.
  • Loading branch information
jamessan committed Feb 20, 2017
1 parent a667972 commit ddab466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nvim/strings.h
@@ -1,6 +1,7 @@
#ifndef NVIM_STRINGS_H
#define NVIM_STRINGS_H

#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>

Expand Down

0 comments on commit ddab466

Please sign in to comment.