[project @ 2004-01-06 10:31:05 by ross]
[ghc-base.git] / cbits / errno.c
index 0e2d71c..04eae07 100644 (file)
@@ -1,14 +1,15 @@
 /* 
  * (c) The University of Glasgow, 2000-2001
  *
- * $Id: errno.c,v 1.1 2001/06/28 14:15:04 simonmar Exp $
+ * $Id: errno.c,v 1.5 2002/09/25 15:24:07 simonmar Exp $
  *
  * GHC Error Number Conversion
  */
 
-#include "HsCore.h"
+#include "HsBase.h"
 
 /* Raw errno */
+/* Covers up the fact that on Windows this is a function */
 
 int *ghcErrno(void) {
   return &errno;