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
65dc6fca
Commit
65dc6fca
authored
Jan 09, 2006
by
simonmar
Browse files
[project @ 2006-01-09 14:32:03 by simonmar]
Include string.h in unlit, fixing gcc "implicit declaration" warnings
parent
911d4df2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/utils/unlit/unlit.c
View file @
65dc6fca
...
...
@@ -40,6 +40,7 @@
* And \begin{pseudocode} ... \end{pseudocode}. -- LA
*/
#include
<string.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<ctype.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