1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

Include goops.h for the scm_class_of prototype.

This commit is contained in:
Marius Vollmer 2005-01-20 14:40:46 +00:00
parent 937770822e
commit 38c9cccb96

View file

@ -38,6 +38,8 @@
#include "libguile/validate.h"
#include "libguile/objects.h"
#include "libguile/goops.h"
SCM scm_metaclass_standard;