From: Karl Heuer Date: Mon, 15 Jul 1996 21:25:56 +0000 (+0000) Subject: [__GNU_LIBRARY__]: Use . X-Git-Tag: emacs-19.34~181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ce375fa38982adbb941b11dd596e878fbc8bbb0;p=emacs.git [__GNU_LIBRARY__]: Use . --- 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'