From 69c9600678e67a51b258f2e3cfe1b5e0f842b45d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 21 Feb 2010 15:13:10 -0500 Subject: [PATCH] Use libguile/control.x explicitly. --- libguile/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/control.c b/libguile/control.c index 6a060f4d8..66962f9e6 100644 --- a/libguile/control.c +++ b/libguile/control.c @@ -276,7 +276,7 @@ SCM_DEFINE (scm_at_abort, "@abort", 2, 0, 0, (SCM tag, SCM args), void scm_init_control (void) { -#include "control.x" +#include "libguile/control.x" scm_sys_default_prompt_tag = scm_make_fluid (); scm_fluid_set_x (scm_sys_default_prompt_tag, scm_gensym (SCM_UNDEFINED)); scm_c_define ("%default-prompt-tag", scm_sys_default_prompt_tag); -- 2.20.1