From 14de32d01b0f6e71c0c9c3522ea2749f3e4e0fdc Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Thu, 5 Jun 1997 20:42:15 +0000 Subject: [PATCH] [project @ 1997-06-05 20:42:15 by sof] de-relativised config.h include --- ghc/compiler/parser/hspincl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/parser/hspincl.h b/ghc/compiler/parser/hspincl.h index 6446ddd4e156..30ba67921cfc 100644 --- a/ghc/compiler/parser/hspincl.h +++ b/ghc/compiler/parser/hspincl.h @@ -1,7 +1,7 @@ #ifndef HSPINCL_H #define HSPINCL_H -#include "../../includes/config.h" +#include "config.h" #if __STDC__ #define PROTO(x) x -- GitLab