1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 14:50:19 +02:00

Update path to #include file scmconfig.h.

Thanks to Golubev I. N.
This commit is contained in:
Thien-Thi Nguyen 2001-06-13 16:10:05 +00:00
parent ae83dafdfc
commit 98cb966490

View file

@ -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 This file is derived from mkstemps.c from the GNU Libiberty Library
which in turn is derived from the GNU C 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, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
#include "scmconfig.h" #include "libguile/scmconfig.h"
#ifdef HAVE_STDLIB_H #ifdef HAVE_STDLIB_H
#include <stdlib.h> #include <stdlib.h>