summaryrefslogtreecommitdiffstats
path: root/src/if_ruby.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-13 17:26:54 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-13 17:26:54 +0200
commit32d19c1820305729c0d1b21536b18bae2d8378ed (patch)
tree6dd790dd68ffc208a6f46cba099ec58df06d0f80 /src/if_ruby.c
parent78dcd4f002c41fff9c15434336f57210edc384f2 (diff)
patch 8.1.0380: "make proto" doesn't work wellv8.1.0380
Problem: "make proto" doesn't work well. Solution: Define a few more types for cproto. Update proto files. Fix that workshop didn't build.
Diffstat (limited to 'src/if_ruby.c')
-rw-r--r--src/if_ruby.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if_ruby.c b/src/if_ruby.c
index fd6e552fd8..5180ed8d0e 100644
--- a/src/if_ruby.c
+++ b/src/if_ruby.c
@@ -11,6 +11,7 @@
* See README.txt for an overview of the Vim source code.
*/
+#include "protodef.h"
#ifdef HAVE_CONFIG_H
# include "auto/config.h"
#endif