Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
59ae6755
Commit
59ae6755
authored
Mar 16, 2005
by
Brad King
Browse files
COMP: Need malloc.h for malloc/free on QNX.
parent
21b194e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/kwsys/SystemTools.cxx
View file @
59ae6755
...
...
@@ -25,6 +25,7 @@
#include
<ctype.h>
#include
<errno.h>
#include
<malloc.h>
/* for malloc/free on some systems */
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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