summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-05 15:48:51 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-05 15:48:51 +0200
commit8b5866ded6036f7adece26b6d16962bbd2d47842 (patch)
treea473e6759fd5a5dc6436a6502c0d51ddb077805a /src/proto.h
parent7dfc5ce7cf4a7f63370d7dce2e13f7410ca0230a (diff)
downloadvim-git-8b5866ded6036f7adece26b6d16962bbd2d47842.tar.gz
patch 8.2.1597: the channel source file is too bigv8.2.1597
Problem: The channel source file is too big. Solution: Move job related code to a new source file.
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index e715ca41b..5923d231d 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -278,6 +278,7 @@ void mbyte_im_set_active(int active_arg);
# include "netbeans.pro"
# endif
# ifdef FEAT_JOB_CHANNEL
+# include "job.pro"
# include "channel.pro"
// Not generated automatically, to add extra attribute.