From fc0937a07b921a3d94abf35884769f16eb07d08b Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 30 Mar 1998 08:41:32 +0000 Subject: [PATCH] [project @ 1998-03-30 08:41:32 by sof] include config.h --- ghc/lib/posix/PosixProcEnv.lhs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc/lib/posix/PosixProcEnv.lhs b/ghc/lib/posix/PosixProcEnv.lhs index 37627b3..cd757e7 100644 --- a/ghc/lib/posix/PosixProcEnv.lhs +++ b/ghc/lib/posix/PosixProcEnv.lhs @@ -4,6 +4,9 @@ \section[PosixProcEnv]{Haskell 1.3 POSIX Process Environment} \begin{code} + +#include "config.h" + module PosixProcEnv ( ProcessTimes, SysVar(..), -- 1.7.10.4