* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / gh_test_repl.c
index 7fd3939..670d335 100644 (file)
@@ -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);