summaryrefslogtreecommitdiff
path: root/libguile/error.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-09-05 21:19:08 +0000
committerJim Blandy <jimb@red-bean.com>1996-09-05 21:19:08 +0000
commitb4309c3c5aaaf14b91c9adbec5a668e7013774fe (patch)
treea2ea8f41eaa4713c0b649058950712619edd22f5 /libguile/error.h
parentfef5d92f56a8d3977ac4d0766e2418baad1b1339 (diff)
downloadguile-b4309c3c5aaaf14b91c9adbec5a668e7013774fe.tar.gz
* 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 <libguile/__scm.h>. This allows 'gcc -MM' to determine which dependencies are within libguile properly.
Diffstat (limited to 'libguile/error.h')
-rw-r--r--libguile/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/error.h b/libguile/error.h
index 9f311ea7d..705290b5f 100644
--- a/libguile/error.h
+++ b/libguile/error.h
@@ -43,7 +43,7 @@
* If you do not wish that, delete this exception notice.
*/
-#include <libguile/__scm.h>
+#include "libguile/__scm.h"
#include "pairs.h"