diff options
Diffstat (limited to 'libguile/mkstemp.c')
-rw-r--r-- | libguile/mkstemp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/mkstemp.c b/libguile/mkstemp.c index a35f8d6d0..ce7c376c2 100644 --- a/libguile/mkstemp.c +++ b/libguile/mkstemp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1996, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1996, 1998, 2001 Free Software Foundation, Inc. This file is derived from mkstemps.c from the GNU Libiberty Library which in turn is derived from the GNU C Library. @@ -17,7 +17,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "scmconfig.h" +#include "libguile/scmconfig.h" #ifdef HAVE_STDLIB_H #include <stdlib.h> |