X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/60457f308d3cbe377472b610aafcb86e194081a4..faff3bef5b72ac85093799f997596631c3202c12:/src/parse-gram.y diff --git a/src/parse-gram.y b/src/parse-gram.y index 8d745491..eb034b08 100644 --- a/src/parse-gram.y +++ b/src/parse-gram.y @@ -32,6 +32,7 @@ #include "symlist.h" #include "scan-gram.h" #include "scan-code.h" +#include "xmemdup0.h" #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N) static YYLTYPE lloc_default (YYLTYPE const *, int);