Mercurial > emacs
changeset 15681:b0652f55a85d
[__GNU_LIBRARY__]: Use <string.h>.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 15 Jul 1996 21:25:56 +0000 |
parents | 0f1c12e35879 |
children | 9f7228c75a4b |
files | lib-src/cvtmail.c lib-src/sorted-doc.c lib-src/yow.c |
diffstat | 3 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/cvtmail.c Mon Jul 15 20:26:39 1996 +0000 +++ b/lib-src/cvtmail.c Mon Jul 15 21:25:56 1996 +0000 @@ -36,6 +36,10 @@ #include <stdio.h> +#ifdef __GNU_LIBRARY__ +# include <string.h> +#endif + char *malloc (); char *realloc (); char *getenv ();