diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-09-29 18:53:12 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-09-29 18:53:12 +0000 |
commit | 991667f86e871f9fbae87cc696de53778a1775c0 (patch) | |
tree | 1dec64a25e000d7aaa0e5af952d6b4d83f4f7277 /src | |
parent | 22052f1d13d9e8bc5b1c2013644a7d6f4696c04c (diff) | |
download | emacs-991667f86e871f9fbae87cc696de53778a1775c0.tar.gz |
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. */ the original definition would be lost. */ #define NO_DGUX_SIGNAL_REDEF -#include "dgux5-4r3.h" +#include "dgux5-4-3.h" #define LIBS_DEBUG /* nothing, -lg doesn't exist */ |