diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-08-27 10:58:01 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2002-08-27 10:58:01 +0000 |
commit | 9981de3a2b069e990f99d9cf3a225d77fc02f418 (patch) | |
tree | 23158febcda9596350e2db9b0d18e24a4cbe0b45 | |
parent | 1964755626f73b242027e0714daa436fa9c9200c (diff) | |
download | guile-9981de3a2b069e990f99d9cf3a225d77fc02f418.tar.gz |
prepend libguile/ to include path
-rw-r--r-- | libguile/ChangeLog | 4 | ||||
-rw-r--r-- | libguile/eval.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5ddecadc7..2424d5fb2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -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 diff --git a/libguile/eval.h b/libguile/eval.h index 53e0a8315..6315fe4aa 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -48,7 +48,7 @@ #include "libguile/__scm.h" -#include "struct.h" +#include "libguile/struct.h" |