--- simpos.c.~1.49.~ 2003-04-07 08:05:27.000000000 +1000 +++ simpos.c 2003-08-12 19:59:03.000000000 +1000 @@ -22,6 +22,7 @@ #endif #include +#include /* for getenv */ #include "libguile/_scm.h" @@ -74,7 +75,6 @@ #undef FUNC_NAME #endif /* HAVE_SYSTEM */ -extern char *getenv(); SCM_DEFINE (scm_getenv, "getenv", 1, 0, 0, (SCM nam), "Looks up the string @var{name} in the current environment. The return\n"