summaryrefslogtreecommitdiff
path: root/libguile/gh_test_repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/gh_test_repl.c')
-rw-r--r--libguile/gh_test_repl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gh_test_repl.c b/libguile/gh_test_repl.c
index 7fd3939aa..670d33511 100644
--- a/libguile/gh_test_repl.c
+++ b/libguile/gh_test_repl.c
@@ -46,7 +46,7 @@
#include <stdio.h>
#include <math.h>
-#include <gh.h>
+#include "libguile/gh.h"
SCM c_factorial (SCM s_n);
SCM c_sin (SCM s_x);