Mercurial > emacs
changeset 11676:d67c2cc998d4
[__osf__]: Include string.h and stdlib.h.
[__osf__] (xmalloc): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 May 1995 16:15:43 +0000 |
parents | 496576df5d46 |
children | 8406623b45c4 |
files | lwlib/lwlib.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib.c Thu May 04 06:46:51 1995 +0000 +++ b/lwlib/lwlib.c Thu May 04 16:15:43 1995 +0000 @@ -28,6 +28,12 @@ #include "lwlib-utils.h" #include <X11/StringDefs.h> +#ifdef __osf__ +#include <string.h> +#include <stdlib.h> +extern long *xmalloc(); +#endif + #if defined (USE_LUCID) #include "lwlib-Xlw.h" #endif