diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-01-21 10:41:10 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-01-21 10:41:10 +0000 |
commit | 7f14609425942640b07eafec227aceddd66b8afb (patch) | |
tree | 9b675b673cf17b21b5378b301885c641d12450bb /libguile/random.c | |
parent | 416075f1ee669e495e8033c62dc6fc50e07e60c0 (diff) | |
download | guile-7f14609425942640b07eafec227aceddd66b8afb.tar.gz |
Added #include <stdio.h>
Diffstat (limited to 'libguile/random.c')
-rw-r--r-- | libguile/random.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/random.c b/libguile/random.c index 174eda69e..a2373ea44 100644 --- a/libguile/random.c +++ b/libguile/random.c @@ -42,6 +42,7 @@ #include "_scm.h" +#include <stdio.h> #include <math.h> #include "genio.h" #include "smob.h" |