diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-17 20:05:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-17 20:05:33 +0000 |
commit | 489847162dfde6d4f689246d15171b22c1c1e04c (patch) | |
tree | da7e61daf432374987af6f873a99db9879550ed0 /src/dosfns.c | |
parent | 9e65ad7779a764eb19ec9920184e4ad1dad30891 (diff) | |
download | emacs-489847162dfde6d4f689246d15171b22c1c1e04c.tar.gz |
Use <...> for config.h.
Diffstat (limited to 'src/dosfns.c')
-rw-r--r-- | src/dosfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index 82af5adb9c2..60ed6ae7f07 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #ifdef MSDOS /* The entire file is within this conditional */ |