From 8ca5893b69fa986d92fa89c6f0e04f8924578247 Mon Sep 17 00:00:00 2001 From: hsc Date: Thu, 6 Sep 2012 18:14:19 +0000 Subject: [PATCH] bugfix: config header missing in save/restore/BP aspects git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1602 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/bochs/Breakpoints.ah | 1 + src/core/sal/bochs/RestoreState.ah | 1 + src/core/sal/bochs/SaveState.ah | 1 + 3 files changed, 3 insertions(+) diff --git a/src/core/sal/bochs/Breakpoints.ah b/src/core/sal/bochs/Breakpoints.ah index fef308ad..3e0d16ab 100644 --- a/src/core/sal/bochs/Breakpoints.ah +++ b/src/core/sal/bochs/Breakpoints.ah @@ -1,6 +1,7 @@ #ifndef __BREAKPOINTS_AH__ #define __BREAKPOINTS_AH__ +#include "config/VariantConfig.hpp" #include "config/FailConfig.hpp" #ifdef BUILD_BOCHS diff --git a/src/core/sal/bochs/RestoreState.ah b/src/core/sal/bochs/RestoreState.ah index f31187f8..2d1ad07e 100644 --- a/src/core/sal/bochs/RestoreState.ah +++ b/src/core/sal/bochs/RestoreState.ah @@ -1,6 +1,7 @@ #ifndef __RESTORE_STATE_AH__ #define __RESTORE_STATE_AH__ +#include "config/VariantConfig.hpp" #include "config/FailConfig.hpp" #ifdef BUILD_BOCHS diff --git a/src/core/sal/bochs/SaveState.ah b/src/core/sal/bochs/SaveState.ah index 3e9dbbbb..5fbf26b8 100644 --- a/src/core/sal/bochs/SaveState.ah +++ b/src/core/sal/bochs/SaveState.ah @@ -1,6 +1,7 @@ #ifndef _SAVE_STATE_AH__ #define _SAVE_STATE_AH__ +#include "config/VariantConfig.hpp" #include "config/FailConfig.hpp" #ifdef BUILD_BOCHS