diff options
Diffstat (limited to 'libguile/gh_funcs.c')
-rw-r--r-- | libguile/gh_funcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh_funcs.c b/libguile/gh_funcs.c index 8400334f4..8ce009432 100644 --- a/libguile/gh_funcs.c +++ b/libguile/gh_funcs.c @@ -45,7 +45,7 @@ #include <stdio.h> -#include <gh.h> +#include "libguile/gh.h" /* allows you to define new scheme primitives written in C */ SCM |