diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-06-13 16:10:05 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-06-13 16:10:05 +0000 |
commit | 98cb966490ecce3365c8653ad14c623f5179f3f6 (patch) | |
tree | 0fc05d34e4e1e92af56faed0ddaa755ce1096fb5 /libguile/mkstemp.c | |
parent | ae83dafdfc0560f238516d4722fd6fcc90b6ab72 (diff) | |
download | guile-98cb966490ecce3365c8653ad14c623f5179f3f6.tar.gz |
Update path to #include file scmconfig.h.
Thanks to Golubev I. N.
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> |