aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar ross <unknown>2004-09-02 15:18:10 +0000
committerGravatar ross <unknown>2004-09-02 15:18:10 +0000
commitab8aa992d5acbccf78a0f8d5319ad96145a5bc53 (patch)
treee9e177bdeffd24e13980eb7e083c058f2b777870 /include
parent2c0d5751ed3d29f7080e98c5fa94289727c5c11d (diff)
[project @ 2004-09-02 15:18:10 by ross]
devolve some library-specific configuration
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index e087fd4..fe857ae 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: HsUnix.h,v 1.14 2004/08/13 13:29:11 simonmar Exp $
+ * $Id: HsUnix.h,v 1.15 2004/09/02 15:18:10 ross Exp $
*
* (c) The University of Glasgow 2002
*
@@ -11,6 +11,7 @@
#define HSUNIX_H
#include "ghcconfig.h"
+#include "HsUnixConfig.h"
#include <stdlib.h>
#include <stdio.h>