From af3c5b5a2ad2c21c7057ff5d697348c30c644b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 15 May 2005 20:40:40 +0200 Subject: Fixed compilation with woody --- HISTORY | 4 ++++ bitmap.h | 3 ++- game.h | 3 ++- i18n.h | 3 ++- setup.h | 3 ++- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 95197a8..0d85c46 100644 --- a/HISTORY +++ b/HISTORY @@ -4,3 +4,7 @@ VDR Plugin 'spider' Revision History 2005-05-12: Version 0.1.0 - Initial revision. + +XXXX-XX-XX: Version 0.1.1 + +- Fixed compilation with woody diff --git a/bitmap.h b/bitmap.h index 7a320d4..fd98732 100644 --- a/bitmap.h +++ b/bitmap.h @@ -3,12 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: bitmap.h 2 2005-05-14 22:25:56Z tom $ + * $Id: bitmap.h 5 2005-05-15 18:40:40Z tom $ */ #ifndef VDR_SPIDER_BITMAP_H #define VDR_SPIDER_BITMAP_H +#include "spider.h" #include #include #include diff --git a/game.h b/game.h index 4e7a6e2..86f516a 100644 --- a/game.h +++ b/game.h @@ -3,12 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: game.h 2 2005-05-14 22:25:56Z tom $ + * $Id: game.h 5 2005-05-15 18:40:40Z tom $ */ #ifndef VDR_SPIDER_GAME_H #define VDR_SPIDER_GAME_H +#include "spider.h" class SpiderSetup; class Deck; class Tableau; diff --git a/i18n.h b/i18n.h index 92c179b..7283046 100644 --- a/i18n.h +++ b/i18n.h @@ -3,12 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: i18n.h 2 2005-05-14 22:25:56Z tom $ + * $Id: i18n.h 5 2005-05-15 18:40:40Z tom $ */ #ifndef VDR_SPIDER_I18N_H #define VDR_SPIDER_I18N_H +#include "spider.h" #include extern const tI18nPhrase Phrases[]; diff --git a/setup.h b/setup.h index 4c4a4b5..be2077c 100644 --- a/setup.h +++ b/setup.h @@ -3,12 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: setup.h 2 2005-05-14 22:25:56Z tom $ + * $Id: setup.h 5 2005-05-15 18:40:40Z tom $ */ #ifndef VDR_SPIDER_SETUP_H #define VDR_SPIDER_SETUP_H +#include "spider.h" #include -- cgit v1.2.3