From 65dc6fcaf5fd6d4c804aaeaf6ca589b8f973bb98 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 9 Jan 2006 14:32:03 +0000 Subject: [PATCH] [project @ 2006-01-09 14:32:03 by simonmar] Include string.h in unlit, fixing gcc "implicit declaration" warnings --- ghc/utils/unlit/unlit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/utils/unlit/unlit.c b/ghc/utils/unlit/unlit.c index 7ab2932..3663021 100644 --- a/ghc/utils/unlit/unlit.c +++ b/ghc/utils/unlit/unlit.c @@ -40,6 +40,7 @@ * And \begin{pseudocode} ... \end{pseudocode}. -- LA */ +#include #include #include #include -- 1.7.10.4