diff options
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h index a60d3c895..5513746dd 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 |