[project @ 2006-01-09 14:32:03 by simonmar]
authorsimonmar <unknown>
Mon, 9 Jan 2006 14:32:03 +0000 (14:32 +0000)
committersimonmar <unknown>
Mon, 9 Jan 2006 14:32:03 +0000 (14:32 +0000)
Include string.h in unlit, fixing gcc "implicit declaration" warnings

ghc/utils/unlit/unlit.c

index 7ab2932..3663021 100644 (file)
@@ -40,6 +40,7 @@
  * And \begin{pseudocode} ... \end{pseudocode}.  -- LA
  */
 
+#include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>