mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Include <config.h> in `discouraged.c'.
* libguile/discouraged.c: Include <config.h> first so that files that rely on `config.h' macros (such as Gnulib-provided headers) work as expected.
This commit is contained in:
parent
85ca88c68b
commit
3c2a5013de
1 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
discourage something, move it here when that is feasible.
|
||||
*/
|
||||
|
||||
/* Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2003, 2004, 2006, 2008 Free Software Foundation, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -19,7 +19,12 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "libguile.h"
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <libguile.h>
|
||||
|
||||
|
||||
#if (SCM_ENABLE_DISCOURAGED == 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue