From a898d2780f3aef2c7bdc2a943216b9d149fbb29f Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Wed, 7 Jun 2006 20:15:40 +0000 Subject: [PATCH] src/location.h: #include "system.h" rather than . --- src/location.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.50.0