summaryrefslogtreecommitdiff
path: root/libguile/eq.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-22 15:14:40 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-22 15:14:40 +0000
commit22fc179acda911108e697446921306b5c9eb644b (patch)
tree564c8117218554f8d56bf809b9f475e36a62258e /libguile/eq.c
parentcb90e2cbe7cc0ea11c4f3f7310ee9f07f59ecd4a (diff)
downloadguile-22fc179acda911108e697446921306b5c9eb644b.tar.gz
* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c
eval.h, gsubr.c, init.c, macros.c, print.c, print.h, read.c, read.h, stacks.c, symbols.c, throw.c: use private-options.h * private-options.h: new file: contain hardcoded option definitions.
Diffstat (limited to 'libguile/eq.c')
-rw-r--r--libguile/eq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/eq.c b/libguile/eq.c
index 7c7e76d0e..ebc91c93b 100644
--- a/libguile/eq.c
+++ b/libguile/eq.c
@@ -36,6 +36,9 @@
#include "libguile/validate.h"
#include "libguile/eq.h"
+
+#include "libguile/private-options.h"
+
#ifdef HAVE_STRING_H