From 7a71305412e3828a1727ec153f9c84e5f2d2f910 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 19 Oct 2002 14:59:45 +0000 Subject: [PATCH] Include "libguile/struct.h" instead of just "struct.h". --- libguile/eval.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libguile/eval.h b/libguile/eval.h index 418844c0a..f62d1dc2a 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -2,7 +2,7 @@ #ifndef SCM_EVAL_H #define SCM_EVAL_H -/* Copyright (C) 1995,1996,1998,1999,2000,2001 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1998,1999,2000,2001, 2002 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 @@ -46,7 +46,7 @@ #include "libguile/__scm.h" -#include "struct.h" +#include "libguile/struct.h"