Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c7d71315
Commit
c7d71315
authored
May 04, 1995
by
Richard M. Stallman
Browse files
[__osf__]: Include string.h and stdlib.h.
[__osf__] (xmalloc): Declared.
parent
2583d6d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lwlib/lwlib.c
lwlib/lwlib.c
+6
-0
No files found.
lwlib/lwlib.c
View file @
c7d71315
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment