$NetBSD: patch-ag,v 1.1 2005/12/02 23:53:42 joerg Exp $

--- libguile/stime.c.orig	2002-05-04 02:16:15.000000000 +0000
+++ libguile/stime.c
@@ -54,6 +54,7 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#include <string.h>
 
 
 # ifdef HAVE_SYS_TYPES_H
@@ -123,8 +124,6 @@ long mytime()
 # endif
 #endif
 
-extern int errno;
-
 #ifdef HAVE_FTIME
 struct timeb scm_your_base = {0};
 #else
