aboutsummaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vim.h b/src/vim.h
index 79b683c644..c408b7ce07 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -140,9 +140,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
#ifdef HAVE_WCTYPE_H
# include <wctype.h>
#endif
-#ifdef HAVE_STDARG_H
-# include <stdarg.h>
-#endif
+#include <stdarg.h>
#if defined(HAVE_SYS_SELECT_H) && \
(!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))