1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

* 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.
This commit is contained in:
Jim Blandy 1996-09-10 02:30:03 +00:00
parent e56ea0ba89
commit 8f899f6971

View file

@ -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"