aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
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