X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/7e58032880b97df1fd9c1c8626dd778de28cec5a..999f1b26e74a7a8eb9e9e5e479f971e145aa7326:/libguile/procs.c diff --git a/libguile/procs.c b/libguile/procs.c index 557da4934..6b4b586b6 100644 --- a/libguile/procs.c +++ b/libguile/procs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1999,2000,2001, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1999,2000,2001, 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 @@ -17,6 +17,9 @@ +#ifdef HAVE_CONFIG_H +# include +#endif #include "libguile/_scm.h"