diff options
| author | Karl Heuer | 1997-09-29 18:53:12 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-09-29 18:53:12 +0000 |
| commit | 991667f86e871f9fbae87cc696de53778a1775c0 (patch) | |
| tree | 1dec64a25e000d7aaa0e5af952d6b4d83f4f7277 /src | |
| parent | 22052f1d13d9e8bc5b1c2013644a7d6f4696c04c (diff) | |
| download | emacs-991667f86e871f9fbae87cc696de53778a1775c0.tar.gz emacs-991667f86e871f9fbae87cc696de53778a1775c0.zip | |
Fix name of include file to match 1996-08-24 renaming.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/dgux4.h b/src/s/dgux4.h index 2ed41ae81d5..828620e3b38 100644 --- a/src/s/dgux4.h +++ b/src/s/dgux4.h | |||
| @@ -53,7 +53,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 53 | the original definition would be lost. */ | 53 | the original definition would be lost. */ |
| 54 | #define NO_DGUX_SIGNAL_REDEF | 54 | #define NO_DGUX_SIGNAL_REDEF |
| 55 | 55 | ||
| 56 | #include "dgux5-4r3.h" | 56 | #include "dgux5-4-3.h" |
| 57 | 57 | ||
| 58 | #define LIBS_DEBUG /* nothing, -lg doesn't exist */ | 58 | #define LIBS_DEBUG /* nothing, -lg doesn't exist */ |
| 59 | 59 | ||