summaryrefslogtreecommitdiffstats
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
commit0ba042961f929ff43f977c2ebdba9368f42d9c52 (patch)
tree59220f91eb954e7400bf8846ae8010dd22532029 /src/proto.h
parent26dcc7e8df8f0f1852752b9107ba4b0408061554 (diff)
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 c39f7f00b6..d9c00916c4 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