summaryrefslogtreecommitdiffstats
path: root/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h
index a60d3c8959..5513746dd9 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -201,7 +201,9 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
/* Ugly solution for "BalloonEval" not being defined while it's used in some
* .pro files. */
-# ifndef FEAT_BEVAL
+# ifdef FEAT_BEVAL
+# include "beval.pro"
+# else
# define BalloonEval int
# endif