From b4309c3c5aaaf14b91c9adbec5a668e7013774fe Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 5 Sep 1996 21:19:08 +0000 Subject: * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, continuations.h, debug.h, dynwind.h, error.h, eval.h, fdsocket.h, feature.h, filesys.h, fports.h, gc.h, gdbint.h, genio.h, gsubr.h, hash.h, init.h, ioext.h, kw.h, list.h, markers.h, marksweep.h, mbstrings.h, numbers.h, objprop.h, options.h, pairs.h, ports.h, posix.h, print.h, procprop.h, procs.h, ramap.h, read.h, root.h, sequences.h, smob.h, socket.h, srcprop.h, stackchk.h, stime.h, strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h, tag.h, throw.h, unif.h, variable.h, vectors.h, version.h, vports.h, weaks.h: #include "libguile/__scm.h", not . This allows 'gcc -MM' to determine which dependencies are within libguile properly. --- libguile/stackchk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libguile/stackchk.h') diff --git a/libguile/stackchk.h b/libguile/stackchk.h index 00f5ddf4e..8c8205c07 100644 --- a/libguile/stackchk.h +++ b/libguile/stackchk.h @@ -43,7 +43,7 @@ * If you do not wish that, delete this exception notice. */ -#include +#include "libguile/__scm.h" -- cgit v1.2.3