summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-07-14 23:23:17 +0200
committerBram Moolenaar <bram@vim.org>2010-07-14 23:23:17 +0200
commitd7f8b6811c949127187edd0a776d79cde5e7b32f (patch)
treec5c525be185601f186ce839397b8975376861ee2 /src/proto.h
parentc12dde9236f2d716d706b4c0ff698e28185f5181 (diff)
downloadvim-d7f8b6811c949127187edd0a776d79cde5e7b32f.tar.gz
Added Lua interfae. (Luis Carvalho)
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index c39f7f00..d9c00916 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -174,6 +174,10 @@ void qsort __ARGS((void *base, size_t elm_count, size_t elm_size, int (*cmp)(con
# include "version.pro"
# include "window.pro"
+# ifdef FEAT_LUA
+# include "if_lua.pro"
+# endif
+
# ifdef FEAT_MZSCHEME
# include "if_mzsch.pro"
# endif