[__osf__]: Include string.h and stdlib.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 May 1995 16:15:43 +0000 (16:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 May 1995 16:15:43 +0000 (16:15 +0000)
[__osf__] (xmalloc): Declared.

lwlib/lwlib.c

index e18f95b..0df82d0 100644 (file)
@@ -28,6 +28,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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