diff --git a/dbdimp.c b/dbdimp.c index 659a7c6..44e2402 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -2708,6 +2708,7 @@ static int perl_tokenizer_Next( int n_retval; char *token; char *byteOffset; + STRLEN n_a; /* this is required for older perls < 5.8.8 */ I32 hop; dTHX;