aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2004-08-13 13:29:11 +0000
committerGravatar simonmar <unknown>2004-08-13 13:29:11 +0000
commit2122158939042f99ef540967e5efcde256e7b458 (patch)
tree22a5a2f6c77c25e25a31318afaf3c440abd6ec92 /include
parent6e0a7fe6e8c8934365640a32c987afb07af6a63b (diff)
[project @ 2004-08-13 13:29:11 by simonmar]
Changes required be merge of backend-hacking-branch. Mostly config.h ==> ghcconfig.h.
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 1923769..e087fd4 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: HsUnix.h,v 1.13 2004/02/05 11:46:00 ross Exp $
+ * $Id: HsUnix.h,v 1.14 2004/08/13 13:29:11 simonmar Exp $
*
* (c) The University of Glasgow 2002
*
@@ -10,7 +10,7 @@
#ifndef HSUNIX_H
#define HSUNIX_H
-#include "config.h"
+#include "ghcconfig.h"
#include <stdlib.h>
#include <stdio.h>