aboutsummaryrefslogtreecommitdiff
path: root/intl/plural-exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'intl/plural-exp.h')
-rw-r--r--intl/plural-exp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/intl/plural-exp.h b/intl/plural-exp.h
index e27c280..2dbb104 100644
--- a/intl/plural-exp.h
+++ b/intl/plural-exp.h
@@ -20,6 +20,8 @@
#ifndef _PLURAL_EXP_H
#define _PLURAL_EXP_H
+#include <plural-config.h>
+
#ifndef PARAMS
# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
# define PARAMS(args) args
@@ -111,7 +113,7 @@ struct parse_args
extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
internal_function;
-#ifdef HAVE_BISON3
+#ifdef USE_BISON3
extern int PLURAL_PARSE PARAMS ((struct parse_args *arg));
#else
extern int PLURAL_PARSE PARAMS ((void *arg));