From 6ce375fa38982adbb941b11dd596e878fbc8bbb0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 15 Jul 1996 21:25:56 +0000 Subject: [PATCH] [__GNU_LIBRARY__]: Use . --- lib-src/cvtmail.c | 4 ++++ lib-src/sorted-doc.c | 4 ++++ lib-src/yow.c | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c index 20ef3412439..83242a988a9 100644 --- a/lib-src/cvtmail.c +++ b/lib-src/cvtmail.c @@ -36,6 +36,10 @@ Boston, MA 02111-1307, USA. */ #include +#ifdef __GNU_LIBRARY__ +# include +#endif + char *malloc (); char *realloc (); char *getenv (); diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index 0ba419d4907..cb521866ab5 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c @@ -8,6 +8,10 @@ #include #include +#ifdef __GNU_LIBRARY__ +# include +#endif + extern char *malloc (); char *xmalloc (); diff --git a/lib-src/yow.c b/lib-src/yow.c index b67d2f1eeee..a37563a6f33 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c @@ -14,6 +14,10 @@ #include #include <../src/paths.h> /* For PATH_DATA. */ +#ifdef __GNU_LIBRARY__ +# include +#endif + #define BUFSIZE 80 #define SEP '\0' -- 2.39.5