diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-04-06 18:41:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-04-07 23:59:36 +0200 |
commit | 5995c6d8013789b0d18ea0419e63c8377d01734b (patch) | |
tree | 38e833998d0a2925081b7b591c6fcb0f20729bd6 /test-suite/standalone/test-num2integral.c | |
parent | 979eade6515559e3590f87f127d21172036f52a6 (diff) | |
download | guile-5995c6d8013789b0d18ea0419e63c8377d01734b.tar.gz |
Fix "#include" directives in stand-alone C tests.
Diffstat (limited to 'test-suite/standalone/test-num2integral.c')
-rw-r--r-- | test-suite/standalone/test-num2integral.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/standalone/test-num2integral.c b/test-suite/standalone/test-num2integral.c index 86c3e5db7..d2de418e9 100644 --- a/test-suite/standalone/test-num2integral.c +++ b/test-suite/standalone/test-num2integral.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999,2000,2001,2003,2004, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1999,2000,2001,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 @@ -15,7 +15,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libguile.h" +#include <libguile.h> #include <stdio.h> #include <assert.h> |