diff options
author | Gary Houston <ghouston@arglist.com> | 2001-06-20 17:33:43 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2001-06-20 17:33:43 +0000 |
commit | fbbdb1217429d014ba94744b90d7e9c392e89cac (patch) | |
tree | e8619922b9164653c9d868b796aab6ce48fe91fd /libguile/extensions.c | |
parent | 72c17ed0ee23257c99ab3a8a92ed1686f3c99e92 (diff) | |
download | guile-fbbdb1217429d014ba94744b90d7e9c392e89cac.tar.gz |
* deprecation.c, extensions.c, rw.c: include string.h.
Diffstat (limited to 'libguile/extensions.c')
-rw-r--r-- | libguile/extensions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/extensions.c b/libguile/extensions.c index e5f19c806..b549f0fc7 100644 --- a/libguile/extensions.c +++ b/libguile/extensions.c @@ -41,6 +41,8 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ +#include <string.h> + #include "libguile/_scm.h" #include "libguile/strings.h" #include "libguile/gc.h" |