aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar ross <unknown>2003-04-11 09:43:38 +0000
committerGravatar ross <unknown>2003-04-11 09:43:38 +0000
commitad36edace08e06b26317f5c5002af321fb54d64a (patch)
tree86558e5e62b44d604fac657d46133e0a67e2b215 /include
parentb1a277421ab00dbd9b71702ddfbef1b62d46e0df (diff)
[project @ 2003-04-11 09:43:38 by ross]
add some standard #includes
Diffstat (limited to 'include')
-rw-r--r--include/HsUnix.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index 4701b7b..4904dae 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: HsUnix.h,v 1.6 2003/03/03 01:52:00 stolz Exp $
+ * $Id: HsUnix.h,v 1.7 2003/04/11 09:43:38 ross Exp $
*
* (c) The University of Glasgow 2002
*
@@ -12,6 +12,9 @@
#include "config.h"
+#include <stdlib.h>
+#include <stdio.h>
+
#ifdef HAVE_SYS_TIMES_H
#include <sys/times.h>
#endif