diff options
author | Marius Vollmer <mvo@zagadka.de> | 2005-01-20 14:40:46 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2005-01-20 14:40:46 +0000 |
commit | 38c9cccb9685fee5fc8a6eb0d4a76dfbcf0f38a2 (patch) | |
tree | 68658f59681e20d61c68463eff59ffcc78def596 /libguile/objects.c | |
parent | 937770822e80b98c5403335405e6b2dfbd374120 (diff) | |
download | guile-38c9cccb9685fee5fc8a6eb0d4a76dfbcf0f38a2.tar.gz |
Include goops.h for the scm_class_of prototype.
Diffstat (limited to 'libguile/objects.c')
-rw-r--r-- | libguile/objects.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/objects.c b/libguile/objects.c index 5c7575e5e..af2690c69 100644 --- a/libguile/objects.c +++ b/libguile/objects.c @@ -38,6 +38,8 @@ #include "libguile/validate.h" #include "libguile/objects.h" +#include "libguile/goops.h" + SCM scm_metaclass_standard; |