Include goops.h for the scm_class_of prototype.
authorMarius Vollmer <mvo@zagadka.de>
Thu, 20 Jan 2005 14:40:46 +0000 (14:40 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 20 Jan 2005 14:40:46 +0000 (14:40 +0000)
libguile/objects.c

index 5c7575e..af2690c 100644 (file)
@@ -38,6 +38,8 @@
 
 #include "libguile/validate.h"
 #include "libguile/objects.h"
+#include "libguile/goops.h"
+
 \f
 
 SCM scm_metaclass_standard;