diff options
| author | Roland McGrath | 1993-09-10 06:15:46 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-09-10 06:15:46 +0000 |
| commit | 18160b98ce2ce9f534a4aee6be181788322b6c01 (patch) | |
| tree | ae78714fb22b6ad91fa6d4c4f0b423456d24df9d /src/vmsgmalloc.c | |
| parent | dbf6ad3d3effbdd1d84aa9dd2d69b2515c7deb8a (diff) | |
| download | emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.gz emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.zip | |
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)); | |||
| 104 | #include <stdio.h> /* Harmless, gets __GNU_LIBRARY__ defined. */ | 104 | #include <stdio.h> /* Harmless, gets __GNU_LIBRARY__ defined. */ |
| 105 | 105 | ||
| 106 | #if defined(HAVE_CONFIG_H) || defined(emacs) | 106 | #if defined(HAVE_CONFIG_H) || defined(emacs) |
| 107 | #include "config.h" | 107 | #include <config.h> |
| 108 | #endif | 108 | #endif |
| 109 | 109 | ||
| 110 | #if defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG) | 110 | #if defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG) |