summaryrefslogtreecommitdiffstats
path: root/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 5f52a314b2..7a48dc973a 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -209,6 +209,9 @@ void qsort __ARGS((void *base, size_t elm_count, size_t elm_size, int (*cmp)(con
# ifdef FEAT_NETBEANS_INTG
# include "netbeans.pro"
# endif
+# ifdef FEAT_CHANNEL
+# include "channel.pro"
+# endif
# ifdef FEAT_GUI
# include "gui.pro"