diff options
| -rw-r--r-- | theories/Init/SpecifSyntax.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/SpecifSyntax.v b/theories/Init/SpecifSyntax.v index b8bb1dec6e..0591f081b7 100644 --- a/theories/Init/SpecifSyntax.v +++ b/theories/Init/SpecifSyntax.v @@ -8,7 +8,7 @@ (*i $Id$ i*) -Require DatatypesSyntax. +Require Datatypes. Require Specif. (** Extra factorization of parsing rules *) |
