From f7e666545025dababb029a1dfcfd858a27d67805 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 24 Sep 2004 02:05:18 +0000 Subject: [PATCH] Include outside of extern "C" block. (Note that numbers.h still includes gmp.h to make it self-contained.) --- libguile.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libguile.h b/libguile.h index 3be6dec63..7ccbd33b2 100644 --- a/libguile.h +++ b/libguile.h @@ -1,7 +1,7 @@ #ifndef SCM_LIBGUILE_H #define SCM_LIBGUILE_H -/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2003, 2004 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -43,6 +43,10 @@ * If you do not wish that, delete this exception notice. */ +/* This needs to be included outside of the extern "C" block. + */ +#include + #ifdef __cplusplus extern "C" { #endif -- 2.20.1