From 12255c5896510ad2d1b33a3b16e8d5bf974a4d20 Mon Sep 17 00:00:00 2001 From: Dirk Herrmann Date: Sat, 29 May 2004 08:58:22 +0000 Subject: [PATCH] * standalone/test-asmobs-lib.c: Fixed include statement. --- test-suite/ChangeLog | 4 ++++ test-suite/standalone/test-asmobs-lib.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 3514ca367..a383235a8 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2004-05-29 Dirk Herrmann + + * standalone/test-asmobs-lib.c: Fixed include statement. + 2004-05-24 Dirk Herrmann * tests/goops.test: Wrap tests in module (test-suite diff --git a/test-suite/standalone/test-asmobs-lib.c b/test-suite/standalone/test-asmobs-lib.c index 7c614c7e1..c2f9d8520 100644 --- a/test-suite/standalone/test-asmobs-lib.c +++ b/test-suite/standalone/test-asmobs-lib.c @@ -15,7 +15,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include +#include "libguile.h" long asmob000; long asmob100; -- 2.20.1