prepend libguile/ to include path
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Tue, 27 Aug 2002 10:58:01 +0000 (10:58 +0000)
committerHan-Wen Nienhuys <hanwen@lilypond.org>
Tue, 27 Aug 2002 10:58:01 +0000 (10:58 +0000)
libguile/ChangeLog
libguile/eval.h

index 5ddecad..2424d5f 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * eval.h: prepend libguile/ to include path
+
 2002-08-26  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * script.c (scm_compile_shell_switches): Added "2002" to Copyright
index 53e0a83..6315fe4 100644 (file)
@@ -48,7 +48,7 @@
 
 #include "libguile/__scm.h"
 
-#include "struct.h"
+#include "libguile/struct.h"
 
 \f