mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 18:28:19 +00:00
message: add missing stdarg.h include #993
Fixes up gcc 4.1 (not specifically a supported compiler but it's standard for varargs anyway so it's good to have it included and depend less on implicit includes).
This commit is contained in:

committed by
Nicolas Hillegeer

parent
d5a7947e8b
commit
d203c37e21
@@ -2,6 +2,7 @@
|
||||
#define NVIM_MESSAGE_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdarg.h>
|
||||
#include "nvim/eval_defs.h" // for typval_T
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user