diff options
author | Roland McGrath <roland@gnu.org> | 1993-09-10 06:15:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-09-10 06:15:46 +0000 |
commit | db4d1df3e15e4220fc232065c44ac27e9e8aab83 (patch) | |
tree | e4e32fab182a13bc57342a6e6947efe7008988c2 /src/vmsgmalloc.c | |
parent | acb714bc1123a7add9fe6d257552c564e1b69f4b (diff) | |
download | emacs-db4d1df3e15e4220fc232065c44ac27e9e8aab83.tar.gz |
Include <config.h> instead of "config.h".
Diffstat (limited to 'src/vmsgmalloc.c')
-rw-r--r-- | src/vmsgmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmsgmalloc.c b/src/vmsgmalloc.c index 80b9d51ab0a..d9939dd1123 100644 --- a/src/vmsgmalloc.c +++ b/src/vmsgmalloc.c @@ -104,7 +104,7 @@ extern void __vms_free __P ((__ptr_t __ptr)); #include <stdio.h> /* Harmless, gets __GNU_LIBRARY__ defined. */ #if defined(HAVE_CONFIG_H) || defined(emacs) -#include "config.h" +#include <config.h> #endif #if defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG) |