diff --git a/librfc822/address.y b/librfc822/address.y index 1409167..4436b84 100644 --- a/librfc822/address.y +++ b/librfc822/address.y @@ -20,6 +20,8 @@ %{ /* Definitions we need in the parser. */ +#define YYSTYPE char * + #include #ifdef DEBUG_DMALLOC # include