From: Joel E. Denny Date: Wed, 7 Jun 2006 20:15:40 +0000 (+0000) Subject: src/location.h: #include "system.h" rather than . X-Git-Tag: v2.3b~374 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/a898d2780f3aef2c7bdc2a943216b9d149fbb29f?ds=sidebyside src/location.h: #include "system.h" rather than . --- diff --git a/src/location.h b/src/location.h index 150b842f..c3232050 100644 --- a/src/location.h +++ b/src/location.h @@ -21,7 +21,7 @@ #ifndef LOCATION_H_ # define LOCATION_H_ -# include +# include "system.h" # include "uniqstr.h" /* A boundary between two characters. */