diff options
| author | Richard M. Stallman | 1995-05-04 16:15:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-04 16:15:43 +0000 |
| commit | c7d713150e6ca8dfb13b5d007d955adcc77cc69c (patch) | |
| tree | 9563a7bd2bc977ab9237e06e6dcdaa1100752527 | |
| parent | 2583d6d741589e8bb2a5935247a3b0aa76f3893d (diff) | |
| download | emacs-c7d713150e6ca8dfb13b5d007d955adcc77cc69c.tar.gz emacs-c7d713150e6ca8dfb13b5d007d955adcc77cc69c.zip | |
[__osf__]: Include string.h and stdlib.h.
[__osf__] (xmalloc): Declared.
| -rw-r--r-- | lwlib/lwlib.c | 6 |
1 files changed, 6 insertions, 0 deletions
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. */ | |||
| 28 | #include "lwlib-utils.h" | 28 | #include "lwlib-utils.h" |
| 29 | #include <X11/StringDefs.h> | 29 | #include <X11/StringDefs.h> |
| 30 | 30 | ||
| 31 | #ifdef __osf__ | ||
| 32 | #include <string.h> | ||
| 33 | #include <stdlib.h> | ||
| 34 | extern long *xmalloc(); | ||
| 35 | #endif | ||
| 36 | |||
| 31 | #if defined (USE_LUCID) | 37 | #if defined (USE_LUCID) |
| 32 | #include "lwlib-Xlw.h" | 38 | #include "lwlib-Xlw.h" |
| 33 | #endif | 39 | #endif |