Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
36a1c1eb
Commit
36a1c1eb
authored
Jun 26, 2003
by
panne
Browse files
[project @ 2003-06-26 20:49:32 by panne]
Warning police: Added #include for strerror
parent
140e373e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/MBlock.c
View file @
36a1c1eb
/* -----------------------------------------------------------------------------
* $Id: MBlock.c,v 1.4
6
2003/0
5
/2
1 13:22:46 stolz
Exp $
* $Id: MBlock.c,v 1.4
7
2003/0
6
/2
6 20:49:32 panne
Exp $
*
* (c) The GHC Team 1998-1999
*
...
...
@@ -21,6 +21,9 @@
#ifdef HAVE_STDLIB_H
#include
<stdlib.h>
#endif
#ifdef HAVE_STRING_H
#include
<string.h>
#endif
#ifdef HAVE_UNISTD_H
#include
<unistd.h>
#endif
...
...
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