diff options
Diffstat (limited to 'test-suite/standalone/test-round.c')
-rw-r--r-- | test-suite/standalone/test-round.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test-suite/standalone/test-round.c b/test-suite/standalone/test-round.c index a3928d26b..9725491c9 100644 --- a/test-suite/standalone/test-round.c +++ b/test-suite/standalone/test-round.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004, 2006 Free Software Foundation, Inc. +/* Copyright (C) 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 @@ -15,7 +15,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "config.h" +#if HAVE_CONFIG_H +# include <config.h> +#endif #include <assert.h> #include <math.h> @@ -25,7 +27,7 @@ #include <fenv.h> #endif -#include "libguile.h" +#include <libguile.h> #define numberof(x) (sizeof (x) / sizeof ((x)[0])) |