diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-08-03 04:30:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-08-03 04:30:43 +0000 |
commit | 2f1895276fad9b6d979c6cba955b7eaa80020413 (patch) | |
tree | c021c206d1683bfa0861c5118e1f7a777c9d607f /src/s/isc3-0.h | |
parent | 901249a345bc168eb8223005055d77f848c1ef14 (diff) | |
download | emacs-2f1895276fad9b6d979c6cba955b7eaa80020413.tar.gz |
Don't mention dir `s/' in #include.
Diffstat (limited to 'src/s/isc3-0.h')
-rw-r--r-- | src/s/isc3-0.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 7e71bed66fa..1785096236c 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h @@ -1,8 +1,8 @@ /* s- file for Interactive (ISC) Unix version 3.0 on the 386. */ -#include "s/isc2-2.h" +#include "isc2-2.h" -/* These have been moved into s-isc2-2.h. */ +/* These have been moved into isc2-2.h. */ /* #define HAVE_SOCKETS #define HAVE_SELECT */ |