diff options
| author | Jim Blandy | 1993-02-14 14:36:14 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-02-14 14:36:14 +0000 |
| commit | 72a8c21efbe41c9462e9c004b2b8114dc8773537 (patch) | |
| tree | d477b1327139f6a1e1351a3e84acac0c6e2bb17c /src | |
| parent | d2ec895603579dfeb185c031f979b68aed24717a (diff) | |
| download | emacs-72a8c21efbe41c9462e9c004b2b8114dc8773537.tar.gz emacs-72a8c21efbe41c9462e9c004b2b8114dc8773537.zip | |
* s/usg5-4.h: #include "usg5-3.h", not "s-usg5-3.h".
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/usg5-4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 2c7139230d4..731154c604d 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 23 | 23 | ||
| 24 | /* Use the SysVr3 file for at least base configuration. */ | 24 | /* Use the SysVr3 file for at least base configuration. */ |
| 25 | 25 | ||
| 26 | #include "s-usg5-3.h" | 26 | #include "usg5-3.h" |
| 27 | 27 | ||
| 28 | #define USG5_4 | 28 | #define USG5_4 |
| 29 | 29 | ||