diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-18 08:44:04 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2000-03-18 08:44:04 +0000 |
commit | ba11fd4cb6a150efc9464467ce1fc273b4f3e925 (patch) | |
tree | b055080dcec5ba6d059b5d7ae406cd51da32e8a6 /libguile/procprop.c | |
parent | 7ab3fdd51f6a34a77ff0d19c70b69d8cdfe71a11 (diff) | |
download | guile-ba11fd4cb6a150efc9464467ce1fc273b4f3e925.tar.gz |
Only include root.h where it is actually needed.
Diffstat (limited to 'libguile/procprop.c')
-rw-r--r-- | libguile/procprop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/procprop.c b/libguile/procprop.c index 19806c636..419d8fe7a 100644 --- a/libguile/procprop.c +++ b/libguile/procprop.c @@ -52,6 +52,7 @@ #include "procs.h" #include "gsubr.h" #include "objects.h" +#include "root.h" #include "vectors.h" #include "validate.h" |