diff options
author | Ken Raeburn <raeburn@raeburn.org> | 2010-02-21 15:13:10 -0500 |
---|---|---|
committer | Ken Raeburn <raeburn@raeburn.org> | 2010-03-02 00:41:26 -0500 |
commit | 69c9600678e67a51b258f2e3cfe1b5e0f842b45d (patch) | |
tree | 3bb8cf937f8df5aac02537f3d0fd056edd71e958 /libguile/control.c | |
parent | d524964774508a2cf3ad6ad1cd7b08bec6c7eeb0 (diff) | |
download | guile-69c9600678e67a51b258f2e3cfe1b5e0f842b45d.tar.gz |
Use libguile/control.x explicitly.
Diffstat (limited to 'libguile/control.c')
-rw-r--r-- | libguile/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |