aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-02-14 14:36:14 +0000
committerJim Blandy1993-02-14 14:36:14 +0000
commit72a8c21efbe41c9462e9c004b2b8114dc8773537 (patch)
treed477b1327139f6a1e1351a3e84acac0c6e2bb17c /src
parentd2ec895603579dfeb185c031f979b68aed24717a (diff)
downloademacs-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.h2
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