From 1778e9f5fba27a08af73c2757e16ba01ac1d1c23 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 12 Sep 2008 09:41:54 +0200 Subject: [PATCH] Include in `discouraged.c'. * libguile/discouraged.c: Include first so that files that rely on `config.h' macros (such as Gnulib-provided headers) work as expected. --- libguile/discouraged.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libguile/discouraged.c b/libguile/discouraged.c index 07663e0..3ffbed1 100644 --- a/libguile/discouraged.c +++ b/libguile/discouraged.c @@ -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 +#endif + +#include + #if (SCM_ENABLE_DISCOURAGED == 1) -- 1.6.0