diff options
author | Jim Blandy <jimb@red-bean.com> | 1996-09-10 02:30:03 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1996-09-10 02:30:03 +0000 |
commit | 8f899f69718572c4839614513337cc208747c32f (patch) | |
tree | e2e35e9c4985283d7ac1f927474b951ceffc1305 /libguile/scmhob.h | |
parent | e56ea0ba896f3f3f80f3da81d70356328240ee0a (diff) | |
download | guile-8f899f69718572c4839614513337cc208747c32f.tar.gz |
* debug.h: Don't #include "options.h"; the compiler won't be able
to find that once the headers are installed; instead, #include
"libguile/options.h".
* gc.h: Same, with marksweep.h.
* mbstrings.h: Same, with symbols.h.
* scmhob.h: Same, with _scm.h.
* smob.h: Same, with params.h.
Diffstat (limited to 'libguile/scmhob.h')
-rw-r--r-- | libguile/scmhob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/scmhob.h b/libguile/scmhob.h index 127f4d5c1..b245cbabb 100644 --- a/libguile/scmhob.h +++ b/libguile/scmhob.h @@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include <stdio.h> #include <ctype.h> -#include "_scm.h" +#include "libguile/_scm.h" |