# HG changeset patch # User Karl Heuer # Date 837465956 0 # Node ID b0652f55a85d206247a58c909ca4f0eeb80ada92 # Parent 0f1c12e3587958d0ca527c463c04511f7eefa462 [__GNU_LIBRARY__]: Use . diff -r 0f1c12e35879 -r b0652f55a85d lib-src/cvtmail.c --- 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 +#ifdef __GNU_LIBRARY__ +# include +#endif + char *malloc (); char *realloc (); char *getenv (); diff -r 0f1c12e35879 -r b0652f55a85d lib-src/sorted-doc.c --- a/lib-src/sorted-doc.c Mon Jul 15 20:26:39 1996 +0000 +++ b/lib-src/sorted-doc.c Mon Jul 15 21:25:56 1996 +0000 @@ -8,6 +8,10 @@ #include #include +#ifdef __GNU_LIBRARY__ +# include +#endif + extern char *malloc (); char *xmalloc (); diff -r 0f1c12e35879 -r b0652f55a85d lib-src/yow.c --- a/lib-src/yow.c Mon Jul 15 20:26:39 1996 +0000 +++ b/lib-src/yow.c Mon Jul 15 21:25:56 1996 +0000 @@ -14,6 +14,10 @@ #include #include <../src/paths.h> /* For PATH_DATA. */ +#ifdef __GNU_LIBRARY__ +# include +#endif + #define BUFSIZE 80 #define SEP '\0'