From: Richard M. Stallman Date: Thu, 4 May 1995 16:15:43 +0000 (+0000) Subject: [__osf__]: Include string.h and stdlib.h. X-Git-Tag: emacs-19.34~4182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7d713150e6ca8dfb13b5d007d955adcc77cc69c;p=emacs.git [__osf__]: Include string.h and stdlib.h. [__osf__] (xmalloc): Declared. --- diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index e18f95b68c9..0df82d0207a 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -28,6 +28,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "lwlib-utils.h" #include +#ifdef __osf__ +#include +#include +extern long *xmalloc(); +#endif + #if defined (USE_LUCID) #include "lwlib-Xlw.h" #endif