Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
5fb48797
Commit
5fb48797
authored
Aug 05, 2001
by
ken
Browse files
[project @ 2001-08-05 00:24:10 by ken]
#include <string.h> for memcpy prototype.
parent
ea138284
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/lib/std/PrelIO.hsc
View file @
5fb48797
...
...
@@ -3,7 +3,7 @@
#undef DEBUG_DUMP
-- -----------------------------------------------------------------------------
-- $Id: PrelIO.hsc,v 1.
8
2001/08/0
4
0
6:10:04
ken Exp $
-- $Id: PrelIO.hsc,v 1.
9
2001/08/0
5
0
0:24:10
ken Exp $
--
-- (c) The University of Glasgow, 1992-2001
--
...
...
@@ -18,6 +18,7 @@ module PrelIO where
#include "HsStd.h"
#include "PrelHandle_hsc.h"
#include <string.h>
import PrelBase
...
...
Write
Preview
Supports
Markdown
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