aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/encoding.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index e67b834c0b..1955a4f205 100644
--- a/include/ruby/encoding.h
+++ b/include/ruby/encoding.h
@@ -12,11 +12,7 @@
#ifndef RUBY_ENCODING_H
#define RUBY_ENCODING_H 1
-#ifdef HAVE_STDARG_PROTOTYPES
-# include <stdarg.h>
-#else
-# include <varargs.h>
-#endif
+#include <stdarg.h>
#include "ruby/oniguruma.h"
#define ENCODING_INLINE_MAX 1023