1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Use <...> for config.h.

This commit is contained in:
Richard M. Stallman 1994-02-17 20:05:33 +00:00
parent 9e65ad7779
commit 489847162d
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Note: some of the stuff here was taken from end of sysdep.c in demacs. */
#include "config.h"
#include <config.h>
#ifdef MSDOS
#include "lisp.h"