summaryrefslogtreecommitdiff
path: root/src/vmsgmalloc.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-09-10 06:15:46 +0000
committerRoland McGrath <roland@gnu.org>1993-09-10 06:15:46 +0000
commit18160b98ce2ce9f534a4aee6be181788322b6c01 (patch)
treeae78714fb22b6ad91fa6d4c4f0b423456d24df9d /src/vmsgmalloc.c
parentdbf6ad3d3effbdd1d84aa9dd2d69b2515c7deb8a (diff)
downloademacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.gz
emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.bz2
emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.zip
Include <config.h> instead of "config.h".
Diffstat (limited to 'src/vmsgmalloc.c')
-rw-r--r--src/vmsgmalloc.c2
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)