From: simonmar Date: Fri, 9 Jun 2000 16:21:30 +0000 (+0000) Subject: [project @ 2000-06-09 16:21:30 by simonmar] X-Git-Tag: Approximately_9120_patches~4292 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=18583b859194e19b4ec7e23ac228311c9c6edf5b;p=ghc-hetmet.git [project @ 2000-06-09 16:21:30 by simonmar] ieee-flpt.h is in ../../includes, not ../includes. --- diff --git a/ghc/lib/std/PrelFloat.lhs b/ghc/lib/std/PrelFloat.lhs index 34d7e3f..5df3fb5 100644 --- a/ghc/lib/std/PrelFloat.lhs +++ b/ghc/lib/std/PrelFloat.lhs @@ -18,7 +18,7 @@ and the classes \begin{code} {-# OPTIONS -fno-implicit-prelude #-} -#include "../includes/ieee-flpt.h" +#include "../../includes/ieee-flpt.h" module PrelFloat( module PrelFloat, Float#, Double# ) where