Mercurial > emacs
comparison src/vmsgmalloc.c @ 4696:1fc792473491
Include <config.h> instead of "config.h".
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Fri, 10 Sep 1993 06:15:46 +0000 |
| parents | daa4784ba863 |
| children | 621a575db6f7 |
comparison
equal
deleted
inserted
replaced
| 4695:32220a85d53b | 4696:1fc792473491 |
|---|---|
| 102 #ifdef _MALLOC_INTERNAL | 102 #ifdef _MALLOC_INTERNAL |
| 103 | 103 |
| 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) |
| 111 #include <string.h> | 111 #include <string.h> |
| 112 #else | 112 #else |
